renamed a few more members and changed some switch statements
[physics.git] / src / Entities / Ball.cpp
index 750b2e5..e235739 100644 (file)
@@ -40,7 +40,7 @@ Ball::~Ball()
 
 void Ball::draw() const
 {
-    graphics::drawCircle(m_radius, position, m_color);
+    graphics::drawCircle(m_radius, m_position, m_color);
 }
 
 float Ball::getRadius() const