We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b5f6eb + 28eaec2 commit 7328e6fCopy full SHA for 7328e6f
1 file changed
core/src/processing/opengl/PShader.java
@@ -1139,10 +1139,6 @@ protected void loadAttributes() {
1139
emissiveLoc = getAttributeLoc("emissive");
1140
shininessLoc = getAttributeLoc("shininess");
1141
1142
- directionLoc = getAttributeLoc("direction");
1143
-
1144
- offsetLoc = getAttributeLoc("offset");
1145
1146
directionLoc = getAttributeLoc("direction");
1147
offsetLoc = getAttributeLoc("offset");
1148
0 commit comments