diff options
author | Kenneth Russel <[email protected]> | 2004-11-18 23:09:29 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2004-11-18 23:09:29 +0000 |
commit | 712bfd3b2e1b66a967a2632e1c4efa1df93ad163 (patch) | |
tree | 476eebb47d1ad9412f9df4ce1084460f4360bf91 /src/demos/proceduralTexturePhysics | |
parent | 9d34c21a1226306dd08d02341730a4aa6140ecef (diff) |
Removed temporary debugging code
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@44 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/proceduralTexturePhysics')
-rw-r--r-- | src/demos/proceduralTexturePhysics/Water.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demos/proceduralTexturePhysics/Water.java b/src/demos/proceduralTexturePhysics/Water.java index 7230a20..0522c70 100644 --- a/src/demos/proceduralTexturePhysics/Water.java +++ b/src/demos/proceduralTexturePhysics/Water.java @@ -1876,7 +1876,6 @@ public class Water { gl.glGetProgramivARB(GL.GL_FRAGMENT_PROGRAM_ARB, GL.GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB, isNative); - // if (isNative[1] != 1) { if (isNative[0] != 1) { System.out.println("WARNING: fragment program is over native resource limits"); Thread.dumpStack(); |