diff options
author | Kevin Rushforth <[email protected]> | 2005-11-23 20:48:18 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-11-23 20:48:18 +0000 |
commit | e839dec1c62136213639bd33004bbe3ecdd3fec5 (patch) | |
tree | 9e47b85b27e5adee58f65fbf6d2965d97c90ed87 /src/native/ogl | |
parent | f4432b5902d59f3a0a1a1ec9fc36fe651b44588b (diff) |
Bump version to beta2 in prep for build
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@467 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native/ogl')
-rw-r--r-- | src/native/ogl/GLSLShaderProgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |