Revert "Use a parallel loop for IA"
This reverts commit 8e333afa99cddf0a4092b780812baee42276d8ab.
This commit is contained in:
parent
674f0a5f05
commit
349a64ae8d
@ -927,7 +927,6 @@ void World::update(float dt)
|
||||
|
||||
PROFILER_PUSH_CPU_MARKER("World::update (AI)", 0x40, 0x7F, 0x00);
|
||||
const int kart_amount = m_karts.size();
|
||||
#pragma omp parallel for
|
||||
for (int i = 0 ; i < kart_amount; ++i)
|
||||
{
|
||||
// Update all karts that are not eliminated
|
||||
|
Loading…
x
Reference in New Issue
Block a user