mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user