[deploy] minor fixes

This commit is contained in:
Nomango 2020-05-26 18:12:49 +08:00
parent de785c4ccc
commit aba322a3c6
1 changed files with 0 additions and 2 deletions

View File

@ -87,8 +87,6 @@ bool Runner::MainLoop(Duration dt)
Application& app = Application::GetInstance();
KGE_LOG(dt.Milliseconds());
// Update modules before poll events
app.Update(dt);