This commit is contained in:
benfry
2010-07-19 02:15:22 +00:00
parent 4c10ab4553
commit b855ec8da2
+1 -1
View File
@@ -8949,7 +8949,7 @@ public class PApplet extends Applet
/**
* Skew along Y axis
* Shear along Y axis
*/
public void shearY(float angle) {
if (recorder != null) recorder.shearY(angle);