Browse Source

Fehler behoben

Kolja Strohm 5 years ago
parent
commit
3f96c4823f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Model2D.cpp

+ 1 - 3
Model2D.cpp

@@ -1151,9 +1151,7 @@ void Model2D::doMausEreignis( MausEreignis & me )
 
 bool Model2D::tick( double tickVal )
 {
-    bool ret = rend;
-    rend = 0;
-    return ret;
+    return Zeichnung::tick( tickVal );
 }
 
 void Model2D::render( Bild & zRObj )