Removed some couts.

This commit is contained in:
PlatinumSkink
2015-10-02 14:20:53 +02:00
parent 754356da1d
commit 0cffdadd33
5 changed files with 7 additions and 5 deletions
-1
View File
@@ -16,7 +16,6 @@ void dd::Systems::HitLagSystem::Update(double dt)
if (IsPaused()) {
if (HitLag()) {
SetHitLagTimer(HitLagTimer() += dt);
std::cout << HitLagTimer() << std::endl;
if (HitLagDuration() < HitLagTimer()) {
SetHitLagTimer(0);
SetHitLag(false);