Fixed misaligned bracket

master
Aadhavan Srinivasan 8 months ago
parent edfd70c3cc
commit ded7c68ae7

@ -30,5 +30,5 @@ void Ball::updatePosition() {
void Ball::draw() { void Ball::draw() {
DrawCircle(this->pos.x, this->pos.y, this->radius, this->color); // This is a raylib function, not a raylib-cpp function DrawCircle(this->pos.x, this->pos.y, this->radius, this->color); // This is a raylib function, not a raylib-cpp function
return; return;
} }

Loading…
Cancel
Save