Explorar o código

Debug ausgabe entfernt

Kolja Strohm %!s(int64=6) %!d(string=hai) anos
pai
achega
f99f454821
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Asteroids/Spiel.cpp

+ 0 - 1
Asteroids/Spiel.cpp

@@ -631,7 +631,6 @@ void Spiel::run()
         ausgleich += TICK - z;
         if( ausgleich > 0 )
             Sleep( (int)( ausgleich * 1000 ) );
-        std::cout << "tick: " << z << " sleep: " << (int)( ausgleich * 1000 ) << "\n";
         rZeit += z;
         while( sZ + TICK < rZeit && !ende )
         {