Refreshed the code to compile without warning.
[universe.git] / manipulator.cc
index ca6a144..d42dfb7 100644 (file)
@@ -117,7 +117,7 @@ void Manipulator::update(scalar_t dt, Universe *universe) {
     scalar_t f = sqrt(sq(_force_x) + sq(_force_y));
 
     if(f >= force_break) {
-      _current_polygon = false;
+      _current_polygon = 0;
       _force_x = 0;
       _force_y = 0;
     } else {