From: Brian M. <ma...@us...> - 2002-08-26 20:57:21
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl In directory usw-pr-cvs1:/tmp/cvs-serv17475 Modified Files: GLUConstants.java Log Message: fix: removed double ; Index: GLUConstants.java CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/GLUConstants.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/opengl/GLUConstants.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- GLUConstants.java 15 Aug 2002 16:18:12 -0000 1.5 +++ GLUConstants.java 26 Aug 2002 20:57:18 -0000 1.6 @@ -74,7 +74,7 @@ public static final int INSIDE = 100021; /* Callback types: */ - /* ERROR = 100103 */; + /* ERROR = 100103 */ /**** Tesselation constants ****/ @@ -158,12 +158,12 @@ public static final int MAP1_TRIM_3 = 100211; /* NurbsDisplay */ - /* FILL = 100012 */; + /* FILL = 100012 */ public static final int OUTLINE_POLYGON = 100240; public static final int OUTLINE_PATCH = 100241; /* NurbsCallback */ - /* ERROR = 100103 */; + /* ERROR = 100103 */ /* NurbsErrors */ public static final int NURBS_ERROR1 = 100251; |