Refreshed the code to compile without warning.
[universe.git] / hit_shape.cc
index 189cadc..1663064 100644 (file)
@@ -8,7 +8,7 @@
 
 class MoveSquare : public Task {
 
-  int _square_size;
+  scalar_t _square_size;
   int _nb_shapes;
   Polygon **_shapes;
   bool *_targets;