match JFWDisplay on J

This commit is contained in:
LagoLunatic
2023-11-12 03:47:42 -05:00
parent b22bf1d2a8
commit 71ec033a3c
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ JUTProcBar::JUTProcBar() {
mVisible = true;
mHeapBarVisible = true;
field_0x108 = 0;
u16 height = JUTVideo::getManager()->getXfbHeight();
u32 height = JUTVideo::getManager()->getXfbHeight();
if (height > 400) {
mParams.setBarWidth(2);
mParams.setPosition(39, height - 40);