Fix issue with action not being updated when typing grow()/fire()/etc in console...
[supertux.git] / src / object / particlesystem.hpp
index b3f49a5..d495062 100644 (file)
@@ -94,9 +94,9 @@ private:
     {
     public:
         float speed;
-       float wobble;
-       float anchorx;
-       float drift_speed;
+        float wobble;
+        float anchorx;
+        float drift_speed;
     };
 
     Surface* snowimages[3];