renamed a few more members and changed some switch statements
[physics.git] / src / Entities / Point.h
index 901040f..bfc83f3 100644 (file)
@@ -36,7 +36,7 @@ class Point: public Particle
         virtual void draw();
 
      protected:
-        float radius;
+        float m_radius;
         // color
 };