Accumulated measures of Events, Update, Recursive Updates.

This commit is contained in:
Stiffly
2015-09-23 17:19:57 +02:00
parent 2cf54819ae
commit 086bdbce70
3 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ bool dd::Systems::SoundSystem::OnPlaySound(const dd::Events::PlaySound &event)
//Play
alSourcePlay(source);
//alSourcePlay(source);
return true;
}