X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fpolytest.c;h=937c9c215d87bcdf57b2aaa523af1ca5c3c1470f;hp=dfca5ef2a5978aeb3e52d1e3287ccdd5bc290525;hb=1fc50fb52faab54b3d5e160d3765d866c6cf173a;hpb=45f6f46fe758d15aafccdb69ae837fc7d84ee466 diff --git a/src/polytest.c b/src/polytest.c index dfca5ef..937c9c2 100644 --- a/src/polytest.c +++ b/src/polytest.c @@ -91,7 +91,7 @@ static void start(long trans_time) g3d_enable(G3D_LIGHTING); g3d_enable(G3D_LIGHT0); - g3d_polygon_mode(G3D_TEX_GOURAUD); + g3d_polygon_mode(G3D_GOURAUD); } static void update(void)