|
From: Elias N. <eli...@us...> - 2004-05-23 18:57:15
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common/ext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22601/src/native/common/ext Modified Files: org_lwjgl_opengl_EXTBlendEquationSeparate.cpp Log Message: Improved stability of ext_ResetClass and ext_InitializeClass Index: org_lwjgl_opengl_EXTBlendEquationSeparate.cpp =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/ext/org_lwjgl_opengl_EXTBlendEquationSeparate.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- org_lwjgl_opengl_EXTBlendEquationSeparate.cpp 18 May 2004 20:57:35 -0000 1.1 +++ org_lwjgl_opengl_EXTBlendEquationSeparate.cpp 23 May 2004 18:57:04 -0000 1.2 @@ -59,4 +59,4 @@ jclass clazz = ext_ResetClass(env, "org/lwjgl/opengl/EXTBlendEquationSeparate"); if (extgl_Extensions.GL_EXT_blend_equation_separate) extgl_InitializeClass(env, clazz, ext_set, "GL_EXT_blend_equation_separate", num_functions, functions); -} \ No newline at end of file +} |