fixed non-used argument, compiler warnings
[physics.git] / src / GameStates / Running.cpp
index f85c30f..1356891 100644 (file)
@@ -47,7 +47,7 @@ void Running::update(float time_step, bool on_top) const
         manager::update(time_step);
     }
 }
-void Running::draw(bool on_top) const
+void Running::draw(bool /*on_top*/) const
 {
     manager::draw();
 }