mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
continuing the graphics madness
This commit is contained in:
@@ -171,7 +171,7 @@ public class PGraphics3 extends PGraphics {
|
||||
* This prototype only exists because of annoying
|
||||
* java compilers, and should not be used.
|
||||
*/
|
||||
public PGraphics2() { }
|
||||
public PGraphics3() { }
|
||||
|
||||
|
||||
/**
|
||||
@@ -2297,4 +2297,4 @@ public class PGraphics3 extends PGraphics {
|
||||
lightSpecularG[num] = calcG;
|
||||
lightSpecularB[num] = calcB;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user