placeholder pause UI

This commit is contained in:
somewhatlurker
2019-10-19 18:10:51 +11:00
parent acbebbffc0
commit 9a57224288
7 changed files with 116 additions and 8 deletions
@@ -143,6 +143,14 @@ namespace TLAC::Components
}
}
void ComponentsManager::UpdatePostDraw()
{
for (auto& component : components)
{
component->UpdatePostDraw();
}
}
void ComponentsManager::OnFocusGain()
{
for (auto& component : components)