pause: cleanup, remove an unused hook
This commit is contained in:
@@ -151,14 +151,6 @@ 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