Deprecate fx/fy/fz fully, they're gone now
[SugarCubes.git] / _Internals.pde
index 45a93632086ce7071482da8dd52861d77aefa21f..f6344975954b493b0946414d19893146e0c74b87 100644 (file)
@@ -252,7 +252,7 @@ void draw() {
   beginShape(POINTS);
   for (Point p : glucose.model.points) {
     stroke(colors[p.index]);
-    vertex(p.fx, p.fy, p.fz);
+    vertex(p.x, p.y, p.z);
   }
   endShape();