Commit 9967c0df authored by Aljaž Srebrnič's avatar Aljaž Srebrnič
Browse files

Fire abort event when exiting flight GameScene

parent 09a99830
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ def main():

        stopping.wait()
        stopping.clear()
        socket.send_string("events abort")
        print("Removing callback...")
        stage.remove_callback(stage_changed)
        stage.remove()