wiColor refactor

This commit is contained in:
turanszkij
2018-11-14 19:15:16 +00:00
parent 2ff8549c34
commit 78e4a9d16b
23 changed files with 243 additions and 279 deletions
+3 -3
View File
@@ -93,13 +93,13 @@ void MainComponent::ActivatePath(RenderPath* component, float fadeSeconds, const
return;
}
if (activeComponent != nullptr)
if (activePath != nullptr)
{
activeComponent->Stop();
activePath->Stop();
}
component->Start();
activeComponent = component;
activePath = component;
});
}