mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
corrected warning message for stroke perspective in 2D
This commit is contained in:
@@ -66,7 +66,7 @@ public class PGraphics2D extends PGraphicsOpenGL {
|
||||
@Override
|
||||
public void hint(int which) {
|
||||
if (which == ENABLE_STROKE_PERSPECTIVE) {
|
||||
showWarning("2D lines cannot be perspective-corrected.");
|
||||
showWarning("Strokes cannot be perspective-corrected in 2D.");
|
||||
return;
|
||||
}
|
||||
super.hint(which);
|
||||
|
||||
Reference in New Issue
Block a user