placeholder pause UI
This commit is contained in:
@@ -143,6 +143,14 @@ namespace TLAC::Components
|
||||
}
|
||||
}
|
||||
|
||||
void ComponentsManager::UpdatePostDraw()
|
||||
{
|
||||
for (auto& component : components)
|
||||
{
|
||||
component->UpdatePostDraw();
|
||||
}
|
||||
}
|
||||
|
||||
void ComponentsManager::OnFocusGain()
|
||||
{
|
||||
for (auto& component : components)
|
||||
|
||||
Reference in New Issue
Block a user