X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FMenu%2FMenu.cpp;h=08fffb06c45e8377ac6138a3bc402efa209bb77b;hb=8d1e44bf4f8448b2d9f0add10a1207c3f81ac5c7;hp=1ce296024ac0dc8af26e6ad0a34a1ceeceb39abd;hpb=24c49b5bd8c82cd433fffe3456334bd3be743da9;p=lugaru.git diff --git a/Source/Menu/Menu.cpp b/Source/Menu/Menu.cpp index 1ce2960..08fffb0 100644 --- a/Source/Menu/Menu.cpp +++ b/Source/Menu/Menu.cpp @@ -239,7 +239,7 @@ void Menu::drawItems() } break; case MenuItem::MAPLABEL: - Game::text->glPrintOutlined(0.9, 0, 0, it->x, it->y, it->text.c_str(), 0, 0.6, 640, 480); + Game::text->glPrintOutlined(0.9, 0, 0, 1, it->x, it->y, it->text.c_str(), 0, 0.6, 640, 480); break; case MenuItem::MAPLINE: { XYZ linestart;