Explorar el Código

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

master
Victor Giers hace 6 años
padre
commit
4388754bad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      gse.pde

+ 1
- 1
gse.pde Ver fichero

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

Cargando…
Cancelar
Guardar