XFLIP LOADING... screen

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

View File

@ -135,7 +135,7 @@ void preloaderrender(void)
pre_fakepercent
);
font::print(PR_RIGHT | PR_CJK_HIGH, 282, 204, buffer, 124, 112, 218);
font::print(PR_RIGHT | PR_CJK_HIGH | PR_RTL_XFLIP, 282, 204, buffer, 124, 112, 218);
}
graphics.drawfade();