mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
fixes to curve api. whups.
This commit is contained in:
@@ -2397,13 +2397,13 @@ public class PApplet extends Applet
|
||||
}
|
||||
|
||||
|
||||
public void bezierSegments(int segments) {
|
||||
g.bezierSegments(segments);
|
||||
public void bezierDetail(int detail) {
|
||||
g.bezierDetail(detail);
|
||||
}
|
||||
|
||||
|
||||
public void curveSegments(int segments) {
|
||||
g.curveSegments(segments);
|
||||
public void curveDetail(int detail) {
|
||||
g.curveDetail(detail);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user