diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index f8838e8f..5e94a2c8 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -881,7 +881,7 @@ void Graphics::drawgui(void) { y = 240 - y - 8*sc; } - font::print(sc==2 ? PR_2X : PR_1X | PR_CEN, -1, y, translation, 164, 164, 255); + font::print((sc==2 ? PR_2X : PR_1X) | PR_CEN, -1, y, translation, 164, 164, 255); } else { @@ -917,7 +917,7 @@ void Graphics::drawgui(void) { y = 240 - y - 8*sc; } - font::print(sc==2 ? PR_2X : PR_1X | PR_CEN, -1, y, translation, 196, 196, 243); + font::print((sc==2 ? PR_2X : PR_1X) | PR_CEN, -1, y, translation, 196, 196, 243); } else {