We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e625c commit 4a5055cCopy full SHA for 4a5055c
source/gameengine/Launcher/LA_Launcher.cpp
@@ -498,6 +498,7 @@ KX_ExitInfo LA_Launcher::EngineMainLoop()
498
KX_SetActiveScene(m_kxStartScene);
499
500
PythonMainLoopState state;
501
+ state.m_launcher = this;
502
pynextframestate.state = &state;
503
pynextframestate.func = &PythonEngineNextFrame;
504
0 commit comments