Dust particles from tank wheels.

This commit is contained in:
Stiffly
2014-06-04 18:15:47 +02:00
parent f2ae46efa5
commit 6e9eeaf991
6 changed files with 111 additions and 81 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ void Systems::SoundSystem::Update(double dt)
}
}
LOG_INFO("Antal emitters i listan: %i", m_Channels.size());
//LOG_INFO("Antal emitters i listan: %i", m_Channels.size());
for(it = m_Channels.begin(); it != m_Channels.end();)
{