fixing the f-ers

This commit is contained in:
benfry
2005-02-14 19:37:32 +00:00
parent f1a4a5ab5e
commit 2ec37faaa1
8 changed files with 557 additions and 488 deletions

View File

@@ -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];