mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
Removed resize from PGraphics for Issue 150
This commit is contained in:
@@ -802,11 +802,10 @@ public class PGraphics extends PImage implements PConstants {
|
||||
|
||||
//reapplySettings = false;
|
||||
}
|
||||
|
||||
public void resize(int wide, int high) {
|
||||
showMethodWarning("resize");
|
||||
}
|
||||
|
||||
// inherit from PImage
|
||||
//public void resize(int wide, int high){ }
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
// HINTS
|
||||
|
||||
Reference in New Issue
Block a user