XFLIP cursor in roomname translator mode

This commit is contained in:
Dav999 2024-01-05 21:14:08 +01:00 committed by Misa Elizabeth Kai
parent fd0aefe0ee
commit 18dfcff985
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ namespace roomname_translator
*force_roomname_hidden = true;
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());
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)
{