From e1a6478038432504ae1eb949486054364502f11a Mon Sep 17 00:00:00 2001 From: Marianne Gagnon Date: Thu, 8 Oct 2015 21:35:18 -0400 Subject: [PATCH] Forgotten file in previous commit --- src/utils/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/debug.cpp b/src/utils/debug.cpp index f1b2ca28e..17544f18d 100644 --- a/src/utils/debug.cpp +++ b/src/utils/debug.cpp @@ -588,7 +588,7 @@ bool onEvent(const SEvent &event) // root menu gui::IGUIEnvironment* guienv = irr_driver->getGUI(); - core::rect r(50, 50, 150, 500); + core::rect r(100, 50, 150, 500); IGUIContextMenu* mnu = guienv->addContextMenu(r, NULL); int graphicsMenuIndex = mnu->addItem(L"Graphics >",-1,true,true);