From 0ef80585138957bb59b3d43766d6e90035c957c1 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Tue, 19 Feb 2013 10:59:03 -0500 Subject: [PATCH] one more function rename --- core/src/processing/opengl/PGraphicsOpenGL.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/processing/opengl/PGraphicsOpenGL.java b/core/src/processing/opengl/PGraphicsOpenGL.java index 4d2e89963..9d078f1fa 100644 --- a/core/src/processing/opengl/PGraphicsOpenGL.java +++ b/core/src/processing/opengl/PGraphicsOpenGL.java @@ -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 ||