Fixed code that broke due to changes to Rectf and Sizef
[supertux.git] / src / object / gradient.hpp
index de26707..aab61be 100644 (file)
@@ -44,7 +44,8 @@ public:
 
 private:
   int layer;
-  Color gradient_top, gradient_bottom;
+  Color gradient_top;
+  Color gradient_bottom;
 };
 
 #endif /*SUPERTUX_BACKGROUND_H*/