mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
Update PShader.java
Unnecessary redundant code
This commit is contained in:
@@ -1139,10 +1139,6 @@ public class PShader implements PConstants {
|
||||
emissiveLoc = getAttributeLoc("emissive");
|
||||
shininessLoc = getAttributeLoc("shininess");
|
||||
|
||||
directionLoc = getAttributeLoc("direction");
|
||||
|
||||
offsetLoc = getAttributeLoc("offset");
|
||||
|
||||
directionLoc = getAttributeLoc("direction");
|
||||
offsetLoc = getAttributeLoc("offset");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user