Skip to content

Commit 7328e6f

Browse files
authored
Merge pull request #1 from yblake/yblake-patch-1
Update PShader.java
2 parents 5b5f6eb + 28eaec2 commit 7328e6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/processing/opengl/PShader.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,10 +1139,6 @@ protected void loadAttributes() {
11391139
emissiveLoc = getAttributeLoc("emissive");
11401140
shininessLoc = getAttributeLoc("shininess");
11411141

1142-
directionLoc = getAttributeLoc("direction");
1143-
1144-
offsetLoc = getAttributeLoc("offset");
1145-
11461142
directionLoc = getAttributeLoc("direction");
11471143
offsetLoc = getAttributeLoc("offset");
11481144

0 commit comments

Comments
 (0)