From: Luke H. <lh...@us...> - 2002-11-26 07:05:54
|
Update of /cvsroot/java-game-lib/LWJGL/examples/nehe/lesson02 In directory sc8-pr-cvs1:/tmp/cvs-serv29914/lesson02 Modified Files: Lesson2.java Log Message: now using timers, packages... most packages extend lesson1 or 6-7. lessons 10-17 will be broken for the rest of the night. going to bed... They will be done tomarrow =) Index: Lesson2.java CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/examples/nehe/lesson02/Lesson2.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/examples/nehe/lesson02/Lesson2.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Lesson2.java 26 Nov 2002 05:49:25 -0000 1.2 +++ Lesson2.java 26 Nov 2002 07:05:20 -0000 1.3 @@ -94,7 +94,7 @@ int err = 0; Lesson2 lesson = new Lesson2(); try { - lesson.start(); + lesson.start(640, 480, 16, false); } catch (Exception e) { err = 1; |