Update PShader.java

Unnecessary redundant code
This commit is contained in:
Yves BLAKE
2021-02-14 17:42:26 +01:00
committed by GitHub
parent 5b5f6eb952
commit 28eaec2e29

View File

@@ -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");