general fixes; tps character script updates;
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user