From be66c702739fcf953dc943c9c10ebd925b665bdc Mon Sep 17 00:00:00 2001 From: fschildt Date: Wed, 14 Jan 2026 16:00:36 +0100 Subject: render: switch from glew to glad --- src/games/tetris/Tetris.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/games/tetris/Tetris.cpp') diff --git a/src/games/tetris/Tetris.cpp b/src/games/tetris/Tetris.cpp index 7273cdd..043033f 100644 --- a/src/games/tetris/Tetris.cpp +++ b/src/games/tetris/Tetris.cpp @@ -201,7 +201,6 @@ Tetris::DrawGameOverMenu() ImGui::Text("Score = %d", m_score); ImGui::Text("HighScore = %d", m_highscore); if (ImGui::Button("Restart")) { - printf("restarted\n"); Start(); } if (ImGui::Button("Exit")) { -- cgit v1.2.3