mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
more fixes
This commit is contained in:
@@ -810,6 +810,11 @@ public class ProcessingApplet extends Applet
|
||||
}
|
||||
|
||||
|
||||
public void scale(float sx, float sy) {
|
||||
g.scale(sx, sy);
|
||||
}
|
||||
|
||||
|
||||
public void scale(float x, float y, float z) {
|
||||
g.scale(x, y, z);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user