Adding ThreadPool (doesnt work)
This commit is contained in:
@@ -7,7 +7,7 @@ void SystemGraph::addSystem(System::OSystemBase system)
|
||||
systems.add(std::move(system));
|
||||
}
|
||||
|
||||
void SystemGraph::run(dp::thread_pool<>& threadPool, float deltaTime)
|
||||
void SystemGraph::run(ThreadPool& threadPool, float deltaTime)
|
||||
{
|
||||
for(auto& system : systems) {
|
||||
system->run(threadPool, deltaTime);
|
||||
|
||||
Reference in New Issue
Block a user