Updated the ttt-gui.cpp

This commit is contained in:
Mathias Wagner 2023-10-02 12:49:38 +02:00
parent 2532458f7b
commit 6576eb1ee1
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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;