Browse Source

dot not permit resize

Bastien Sevajol 7 years ago
parent
commit
0abcf2041a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      synergine2_cocos2d/gui.py

+ 1 - 1
synergine2_cocos2d/gui.py View File

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