aboutsummaryrefslogtreecommitdiff
path: root/src/games
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2026-01-14 16:00:36 +0100
committerfschildt <florian.schildt@protonmail.com>2026-01-14 16:00:36 +0100
commitbe66c702739fcf953dc943c9c10ebd925b665bdc (patch)
tree2778a3155d7db3a7c6d754096704105097fad090 /src/games
parentebe4a92027aabc9c01caf0fbe791d22773abfe75 (diff)
render: switch from glew to glad
Diffstat (limited to 'src/games')
-rw-r--r--src/games/tetris/Tetris.cpp1
1 files changed, 0 insertions, 1 deletions
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")) {