Merged Master into Sound.

This commit is contained in:
viktorljung
2015-09-24 20:31:47 +02:00
committed by Stiffly
parent 4e4ba29666
commit e7806165b4
4 changed files with 1896 additions and 1 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ bool dd::Systems::LevelSystem::OnContact(const dd::Events::Contact &event)
es.Score = brick->Score;
EventBroker->Publish(es);
std::cout << NumberOfBricks() << std::endl;
//std::cout << NumberOfBricks() << std::endl;
//std::cout << "Score: " << Score() << std::endl;
}