Browse Source

🐛 Correctly center pause text

pull/1327/head
Anders Jenbo 5 years ago
parent
commit
497f6d766f
  1. 2
      Source/gmenu.cpp

2
Source/gmenu.cpp

@ -70,7 +70,7 @@ void gmenu_draw_pause(CelOutputBuffer out)
RedBack(out); RedBack(out);
if (!sgpCurrentMenu) { if (!sgpCurrentMenu) {
light_table_index = 0; light_table_index = 0;
gmenu_print_text(out, 316 + PANEL_LEFT, 336, "Pause"); gmenu_print_text(out, 252 + PANEL_LEFT, 176, "Pause");
} }
} }

Loading…
Cancel
Save