Revert "Use a parallel loop for IA"

This reverts commit 8e333afa99cddf0a4092b780812baee42276d8ab.
This commit is contained in:
Vincent Lejeune 2014-09-13 01:32:40 +02:00
parent 674f0a5f05
commit 349a64ae8d

View File

@ -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