one more function rename

This commit is contained in:
codeanticode
2013-02-19 10:59:03 -05:00
parent 4329f97ef0
commit 0ef8058513
@@ -6355,7 +6355,7 @@ public class PGraphicsOpenGL extends PGraphics {
defTextureShaderFragURL);
}
shader = defTextureShader;
texShaderCheck();
textureShaderCheck();
} else {
shader = textureShader;
}
@@ -6400,7 +6400,7 @@ public class PGraphicsOpenGL extends PGraphics {
}
protected void texShaderCheck() {
protected void textureShaderCheck() {
if (shaderWarningsEnabled &&
(texlightShader != null ||
lightShader != null ||