diff --git a/src/VisibleObjects/Score.h b/src/VisibleObjects/Score.h index ae58f4a..1e016ce 100644 --- a/src/VisibleObjects/Score.h +++ b/src/VisibleObjects/Score.h @@ -59,7 +59,7 @@ public: exit(-1); } - this->position = SDL_Rect{screenSize->x / 2 - 50, 10, 100, 40}; + this->position = SDL_Rect{screenSize->x / 2 - 50, 10, 100, 50}; this->rightScore = this->leftScore = 0; }