activatepath update

This commit is contained in:
turanszkij
2019-04-28 18:17:16 +01:00
parent 5e04d78407
commit 8ac013d7a7
3 changed files with 3 additions and 2 deletions
+2
View File
@@ -96,6 +96,8 @@ void MainComponent::ActivatePath(RenderPath* component, float fadeSeconds, const
component->Start();
activePath = component;
});
fadeManager.Update(0); // If user calls ActivatePath without fadeout, it will be instant
}
void MainComponent::Run()