made a ball move
[physics.git] / src / Entities / Ball.cpp
index 7b75839..37a37c7 100644 (file)
@@ -17,5 +17,5 @@ Ball::~Ball()
 
 void Ball::draw() const
 {
-    glDrawCircle(radius, &position, color);
+    glDrawCircle(radius, position, color);
 }