Merge pull request #16 from Dliwk/fix-pause-menu

Fix pause menu
This commit is contained in:
Eric Froemling 2020-04-10 15:16:24 -07:00 committed by GitHub
commit 651ac65f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -703,7 +703,6 @@ class MainMenuWindow(ba.Window):
v += v_offset
h += h_offset
h_offset += d_h_offset
custom_menu_entries = []
self._start_button = None
ba.app.pause()