Browse Source

changed frame.setResizable() to surface.setResizable()

master
Victor Giers 6 years ago
parent
commit
4388754bad
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      gse.pde

+ 1
- 1
gse.pde View File

@@ -28,7 +28,7 @@ void setup() {
frameRate(24);
size(960, 540);
//fullScreen;
frame.setResizable(true);
surface.setResizable(true);
smooth();
drop = new SDrop(this);
backgroundImage = loadImage("assets/background.jpg");

Loading…
Cancel
Save