Cairo support works, both to draw in the window and to write as a png image in a...
[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;