fixes to curve api. whups.

This commit is contained in:
benfry
2004-07-09 01:06:43 +00:00
parent 991bb895a8
commit 5da069f7cf
2 changed files with 5 additions and 5 deletions

View File

@@ -3815,7 +3815,7 @@ public class PGraphics extends PImage implements PConstants {
c[i][j] /= 2f;
}
}
setup_spline_forward(detail, curve_forward);
setup_spline_forward(segments, curve_forward);
// multiply the basis and forward diff matrices together
// saves much time since this needn't be done for each curve