tlac: rename DrawSprites stuff to Draw2D, use a better hook for it
This commit is contained in:
@@ -143,11 +143,11 @@ namespace TLAC::Components
|
||||
}
|
||||
}
|
||||
|
||||
void ComponentsManager::UpdateDrawSprites()
|
||||
void ComponentsManager::UpdateDraw2D()
|
||||
{
|
||||
for (auto& component : components)
|
||||
{
|
||||
component->UpdateDrawSprites();
|
||||
component->UpdateDraw2D();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user