changed frame.setResizable() to surface.setResizable()
This commit is contained in:
2
gse.pde
2
gse.pde
@@ -28,7 +28,7 @@ void setup() {
|
|||||||
frameRate(24);
|
frameRate(24);
|
||||||
size(960, 540);
|
size(960, 540);
|
||||||
//fullScreen;
|
//fullScreen;
|
||||||
frame.setResizable(true);
|
surface.setResizable(true);
|
||||||
smooth();
|
smooth();
|
||||||
drop = new SDrop(this);
|
drop = new SDrop(this);
|
||||||
backgroundImage = loadImage("assets/background.jpg");
|
backgroundImage = loadImage("assets/background.jpg");
|
||||||
|
|||||||
Reference in New Issue
Block a user