Fixed typo in warning message.

This commit is contained in:
hiker
2014-06-25 09:31:10 +10:00
parent d4bbb50e0a
commit 6905812425

View File

@@ -628,7 +628,7 @@ void World::resetAllKarts()
{
if (count++ > 100)
{
Log::error("World", "Infitine loop waiting for all_finished?");
Log::error("World", "Infinite loop waiting for all_finished?");
break;
}
m_physics->update(1.f/60.f);