Commit 7eae48be authored by Luca Cristaldi's avatar Luca Cristaldi
Browse files

re-fix scene code

parent ce3c7c42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ if __name__ == "__main__":
        else:
            stage.wait()

    scene = conn.add_stream(getattr, conn.krpc.space_center, 'current_game_scene')
    scene = conn.add_stream(getattr, conn.krpc, 'current_game_scene')
    scene.add_callback(activate_callback)

    while 42: