mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 22:39:18 +02:00
WIP
This commit is contained in:
@@ -27,7 +27,12 @@ void SystemManager::Destroy(ECWorld& world)
|
||||
|
||||
void SystemManager::Update(ECWorld& world, float dt)
|
||||
{
|
||||
|
||||
for (auto& system : m_systems)
|
||||
system->Update(world, dt);
|
||||
}
|
||||
|
||||
void SystemManager::Render(ECWorld& world)
|
||||
{
|
||||
for (auto& system : m_systems)
|
||||
system->Render(world);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user