mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
XFLIP cursor in roomname translator mode
This commit is contained in:
parent
fd0aefe0ee
commit
18dfcff985
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ namespace roomname_translator
|
||||||
*force_roomname_hidden = true;
|
*force_roomname_hidden = true;
|
||||||
graphics.render_roomname(PR_FONT_LEVEL, key.keybuffer.c_str(), 255,255,255);
|
graphics.render_roomname(PR_FONT_LEVEL, key.keybuffer.c_str(), 255,255,255);
|
||||||
int name_w = font::len(PR_FONT_LEVEL, key.keybuffer.c_str());
|
int name_w = font::len(PR_FONT_LEVEL, key.keybuffer.c_str());
|
||||||
font::print(PR_BOR | PR_FONT_LEVEL, (320-name_w)/2+name_w, 231, "_", 255,255,255);
|
font::print(PR_BOR | PR_FONT_LEVEL | PR_RTL_XFLIP, (320-name_w)/2+name_w, 231, "_", 255,255,255);
|
||||||
}
|
}
|
||||||
else if (!roomname_is_translated)
|
else if (!roomname_is_translated)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue