diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index e3241d4..ebbaa55 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,8 +36,8 @@ DrawGameMenu() if (ImGui::Button("Snake")) { type = Game::snake; } - if (ImGui::Button("Pong")) { - type = Game::pong; + if (ImGui::Button("Breakout")) { + type = Game::breakout; } ImGui::End(); |
