diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index b90d9c293..a9e9f26ff 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -232,7 +232,7 @@ static void createGuiWindows() debugWindow->scheduleDelete(); debugWindow = nullptr; } - CREATEWIDGETV(debugWindow, DebugWindow, + CREATEWIDGETV(debugWindow, DebugWindow, "Debug"); CREATEWIDGETV(itemShortcutWindow, ShortcutWindow, "ItemShortcut", "items.xml", 83, 460); |