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 {
155
155
static protected URL defLightShaderVertURL =
156
156
PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/LightVert.glsl" );
157
157
static protected URL defTexlightShaderVertURL =
158
- PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexlightVert .glsl" );
158
+ PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexLightVert .glsl" );
159
159
static protected URL defColorShaderFragURL =
160
160
PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/ColorFrag.glsl" );
161
161
static protected URL defTextureShaderFragURL =
162
162
PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexFrag.glsl" );
163
163
static protected URL defLightShaderFragURL =
164
164
PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/LightFrag.glsl" );
165
165
static protected URL defTexlightShaderFragURL =
166
- PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexlightFrag .glsl" );
166
+ PGraphicsOpenGL .class .getResource ("/processing/opengl/shaders/TexLightFrag .glsl" );
167
167
168
168
static protected URL defLineShaderVertURL =
169
169
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