We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b4377 commit e997120Copy full SHA for e997120
1 file changed
src/program/GameLoop.cpp
@@ -809,10 +809,8 @@ void GameLoop::processInputs(AllInputs &ai)
809
ai.clear();
810
811
/* Allow lua to modify inputs past the end of the movie */
812
- Lua::Input::registerInputs(&ai, &modified);
+ Lua::Input::registerInputs(&ai, &modified_by_lua);
813
Lua::Callbacks::call(Lua::NamedLuaFunction::CallbackInput);
814
- if (modified)
815
- movie.inputs->wasModified();
816
}
817
818
/* Update controller inputs if controller window is shown */
0 commit comments