debugged problem with the line code

This commit is contained in:
benfry
2004-12-20 01:37:56 +00:00
parent 90b49b9233
commit ef2f75accf
3 changed files with 5 additions and 5 deletions

View File

@@ -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;