diff options
author | Kevin Rushforth <[email protected]> | 2005-11-23 21:01:13 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-11-23 21:01:13 +0000 |
commit | 76471fb3ce925ab22bcf0bb04826d3a675b2a940 (patch) | |
tree | 422392ec5dbd2c5ecafcd5f884fd1951889ec08b /src/native | |
parent | e839dec1c62136213639bd33004bbe3ecdd3fec5 (diff) |
Comment out "VERBOSE" setting for debug builds (I didn't mean to check it in)
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@468 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native')
-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 892c68b..c88a4d2 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 */ |