mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
debugged problem with the line code
This commit is contained in:
@@ -405,7 +405,7 @@ public class PGraphics extends PImage implements PMethods, PConstants {
|
||||
* Note that this will nuke any cameraMode() settings.
|
||||
*/
|
||||
public void resize(int iwidth, int iheight) { // ignore
|
||||
System.out.println("resize " + iwidth + " " + iheight);
|
||||
//System.out.println("resize " + iwidth + " " + iheight);
|
||||
|
||||
width = iwidth;
|
||||
height = iheight;
|
||||
|
||||
Reference in New Issue
Block a user