File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
core/src/processing/opengl Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,15 +155,15 @@ public class PGraphicsOpenGL extends PGraphics {
155155 static protected URL defLightShaderVertURL =
156156 PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/LightVert.glsl" );
157157 static protected URL defTexlightShaderVertURL =
158- PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexlightVert .glsl" );
158+ PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexLightVert .glsl" );
159159 static protected URL defColorShaderFragURL =
160160 PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/ColorFrag.glsl" );
161161 static protected URL defTextureShaderFragURL =
162162 PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexFrag.glsl" );
163163 static protected URL defLightShaderFragURL =
164164 PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/LightFrag.glsl" );
165165 static protected URL defTexlightShaderFragURL =
166- PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexlightFrag .glsl" );
166+ PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexLightFrag .glsl" );
167167
168168 static protected URL defLineShaderVertURL =
169169 PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/LineVert.glsl" );
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments