mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
Merge pull request #172 from yblake/master
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