Explorar el Código

dot not permit resize

Bastien Sevajol hace 7 años
padre
commit
0abcf2041a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      synergine2_cocos2d/gui.py

+ 1 - 1
synergine2_cocos2d/gui.py Ver fichero

@@ -738,7 +738,7 @@ class Gui(object):
738 738
             width=640,
739 739
             height=480,
740 740
             vsync=True,
741
-            resizable=True,
741
+            resizable=False
742 742
         )
743 743
         mixer.init()
744 744