general fixes; tps character script updates;

This commit is contained in:
turanszkij
2019-04-12 23:18:51 +01:00
parent fbbec29221
commit a6c2360a54
12 changed files with 138 additions and 107 deletions
+2 -2
View File
@@ -199,12 +199,12 @@ void MainComponent::Run()
void MainComponent::Update(float dt)
{
wiLua::GetGlobal()->Update();
if (GetActivePath() != nullptr)
{
GetActivePath()->Update(dt);
}
wiLua::GetGlobal()->Update();
}
void MainComponent::FixedUpdate()