mirror of
https://github.com/DarkStore-3DS/Universal-Core.git
synced 2026-07-03 00:39:23 +00:00
Fix most major keyboard bugs
This commit is contained in:
@@ -209,6 +209,7 @@ ITCM_CODE void Font::print(std::u16string_view text, int x, int y, Alignment ali
|
||||
y += tileHeight;
|
||||
}
|
||||
|
||||
SCALE_3DS(x);
|
||||
x += ((sprite ? sprite->width() : 256) - (calcWidth(text) * scaleX)) / 2;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user