mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
Wrong MaxTextLen committed
This commit is contained in:
parent
0847234281
commit
773bb86427
@ -1381,7 +1381,7 @@ VOID REFIT_MENU_SCREEN::DrawBCSText(IN CONST CHAR16 *Text, IN INTN XPos, IN INTN
|
||||
}
|
||||
|
||||
// number of chars to be drawn on the screen
|
||||
UINTN MaxTextLen = 15;
|
||||
UINTN MaxTextLen = 13;
|
||||
|
||||
// some optimization
|
||||
if (ThemeX.TileXSpace >= 25) {
|
||||
|
Loading…
Reference in New Issue
Block a user