mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
wrong type parameter
This commit is contained in:
@@ -7653,7 +7653,7 @@ public class PGraphics extends PImage implements PConstants {
|
||||
/**
|
||||
* Version of showWarning() that takes a parsed String.
|
||||
*/
|
||||
static public void showWarning(String msg, String... args) { // ignore
|
||||
static public void showWarning(String msg, Object... args) { // ignore
|
||||
showWarning(String.format(msg, args));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user