diff options
author | Sven Gothel <[email protected]> | 2013-04-18 10:26:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-18 10:26:30 +0200 |
commit | 0a9ecf74540659a3258ea71d3355eeb45697db96 (patch) | |
tree | 65d17c69f27b8f5c958f932e580621c46a82cc77 /src/jogl/classes/jogamp | |
parent | 4d2f4a1b75dc176b2b46de5076b587b70988ac42 (diff) |
type: weather -> whether :) .. it's spring again :)
Diffstat (limited to 'src/jogl/classes/jogamp')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/util/glsl/GLSLArrayHandlerInterleaved.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/jogamp/opengl/util/glsl/GLSLArrayHandlerInterleaved.java b/src/jogl/classes/jogamp/opengl/util/glsl/GLSLArrayHandlerInterleaved.java index f36693e19..c2048d652 100644 --- a/src/jogl/classes/jogamp/opengl/util/glsl/GLSLArrayHandlerInterleaved.java +++ b/src/jogl/classes/jogamp/opengl/util/glsl/GLSLArrayHandlerInterleaved.java @@ -72,7 +72,7 @@ public class GLSLArrayHandlerInterleaved extends GLVBOArrayHandler implements GL throw new InternalError("Interleaved handle is not VBO: "+ad); } bindBuffer(gl, true); - // sub data will decide weather to update the vertex attrib pointer + // sub data will decide whether to update the vertex attrib pointer syncSubData(gl, ext); bindBuffer(gl, false); } |