mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
fixing the f-ers
This commit is contained in:
@@ -94,10 +94,10 @@ public class PLine implements PConstants
|
||||
private float db;
|
||||
private float da;
|
||||
|
||||
private PGraphics parent;
|
||||
private PGraphics3 parent;
|
||||
|
||||
|
||||
public PLine(PGraphics g) {
|
||||
public PLine(PGraphics3 g) {
|
||||
INTERPOLATE_Z = false;
|
||||
|
||||
x_array = new float[2];
|
||||
|
||||
Reference in New Issue
Block a user