Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
dot not permit resize
Browse files Browse the repository at this point in the history
  • Loading branch information
buxx committed Nov 30, 2017
1 parent a0b2855 commit 0abcf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synergine2_cocos2d/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def __init__(
width=640,
height=480,
vsync=True,
resizable=True,
resizable=False
)
mixer.init()

Expand Down

0 comments on commit 0abcf20

Please sign in to comment.