diff options
-rw-r--r-- | build.xml | 2 | ||||
-rw-r--r-- | src/native/ogl/GLSLShaderProgram.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -57,7 +57,7 @@ * The following property specifies the beta revision of the current * Java 3D version being built. It is ignored for non-beta builds. --> - <property name="version_betastr" value="beta1"/> + <property name="version_betastr" value="beta2"/> <!-- * The following property specifies the patch revision of the current diff --git a/src/native/ogl/GLSLShaderProgram.c b/src/native/ogl/GLSLShaderProgram.c index c88a4d2..892c68b 100644 --- a/src/native/ogl/GLSLShaderProgram.c +++ b/src/native/ogl/GLSLShaderProgram.c @@ -29,7 +29,7 @@ #ifdef DEBUG /* Uncomment the following for VERBOSE debug messages */ -/* #define VERBOSE */ +#define VERBOSE #endif /* DEBUG */ |