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
@@ -162,7 +162,7 @@ bool dd::Systems::LevelSystem::OnContact(const dd::Events::Contact &event)
es.Score = brick->Score;
EventBroker->Publish(es);
std::cout << "Score: " << Score() << std::endl;
//std::cout << "Score: " << Score() << std::endl;
return true;
}