Metrics for individual systems. Press N

This commit is contained in:
Stiffly
2015-09-24 17:25:14 +02:00
parent 086bdbce70
commit 14d133bd31
4 changed files with 49 additions and 10 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;
}