|
From: Brian M. <ma...@us...> - 2004-03-26 15:14:05
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15015/java/org/lwjgl/test/opengl Modified Files: VBOIndexTest.java VBOTest.java Log Message: removed Window.paint() references Index: VBOIndexTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/VBOIndexTest.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- VBOIndexTest.java 23 Feb 2004 16:30:48 -0000 1.14 +++ VBOIndexTest.java 26 Mar 2004 15:03:07 -0000 1.15 @@ -120,7 +120,6 @@ Keyboard.poll(); mainLoop(); render(); - Window.paint(); } } catch (Throwable t) { t.printStackTrace(); Index: VBOTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/opengl/VBOTest.java,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- VBOTest.java 23 Feb 2004 16:30:48 -0000 1.20 +++ VBOTest.java 26 Mar 2004 15:03:07 -0000 1.21 @@ -116,7 +116,6 @@ Keyboard.poll(); mainLoop(); render(); - Window.paint(); } } catch (Throwable t) { t.printStackTrace(); |