diff options
| author | fschildt <florian.schildt@protonmail.com> | 2026-01-14 16:00:36 +0100 |
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2026-01-14 16:00:36 +0100 |
| commit | be66c702739fcf953dc943c9c10ebd925b665bdc (patch) | |
| tree | 2778a3155d7db3a7c6d754096704105097fad090 /src/games/tetris | |
| parent | ebe4a92027aabc9c01caf0fbe791d22773abfe75 (diff) | |
render: switch from glew to glad
Diffstat (limited to 'src/games/tetris')
| -rw-r--r-- | src/games/tetris/Tetris.cpp | 1 |
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")) { |
