Updated the ttt-gui.cpp

This commit is contained in:
2023-10-02 12:49:38 +02:00
parent 2532458f7b
commit 6576eb1ee1

View File

@ -79,8 +79,6 @@ void render(SDL_Renderer *renderer, SDL_Texture *bg) {
int posX = ((i - 1) % 3) * (WINDOW_SIZE / 3) + 32;
int posY = ((i - 1) / 3) * (WINDOW_SIZE / 3) + 32;
cout << posX << " " << posY << "\n";
SDL_Rect srcO;
srcO.x = 0;
srcO.y = 0;