Fixed code that broke due to changes to Rectf and Sizef
[supertux.git] / src / object / flower.hpp
index 2bba798..8ee947c 100644 (file)
@@ -41,7 +41,7 @@ private:
   Flower& operator=(const Flower&);
   Color light;
   SpritePtr lightsprite;
-  
+
   friend class FlipLevelTransformer;
 };