mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
one more function rename
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user