From 76471fb3ce925ab22bcf0bb04826d3a675b2a940 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Wed, 23 Nov 2005 21:01:13 +0000 Subject: 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 --- src/native/ogl/GLSLShaderProgram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/native') 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 */ -- cgit v1.2.3