From 6576eb1ee137fa8ab169aaff688a92a7a8d5a28b Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 2 Oct 2023 12:49:38 +0200 Subject: [PATCH] Updated the ttt-gui.cpp --- ttt-gui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ttt-gui.cpp b/ttt-gui.cpp index 61a6bb5..43d132e 100644 --- a/ttt-gui.cpp +++ b/ttt-gui.cpp @@ -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;