Update of /cvsroot/devkitpro/examples/nds/Graphics/3D/nehe/lesson05/source
In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv14379/examples/nds/Graphics/3D/nehe/lesson05/source
Modified Files:
main.cpp
Log Message:
updated for glFlush change
Index: main.cpp
===================================================================
RCS file: /cvsroot/devkitpro/examples/nds/Graphics/3D/nehe/lesson05/source/main.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** main.cpp 22 Feb 2007 08:33:27 -0000 1.5
--- main.cpp 7 Mar 2007 06:09:11 -0000 1.6
***************
*** 60,64 ****
// flush to screen
! glFlush();
// wait for the screen to refresh
--- 60,64 ----
// flush to screen
! glFlush(0);
// wait for the screen to refresh
|