X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fpolytest.c;h=0b0531372d640dfa653c9376226428e721279b80;hp=41442d5a7558815a5b77ab62e25162e79cd9c563;hb=5f36e95f19ad8d7a5a1dd546ffeb54ce95d51749;hpb=e4699729fda402682816fac18a3ffce416d99301 diff --git a/src/polytest.c b/src/polytest.c index 41442d5..0b05313 100644 --- a/src/polytest.c +++ b/src/polytest.c @@ -99,7 +99,8 @@ 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); + g3d_enable(G3D_TEXTURE_2D); } static void update(void)