Skip to content

Commit 3c02608

Browse files
committed
Other build fix (thanks Sway)
1 parent 81fbeea commit 3c02608

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SB/Core/x/xHudFontMeter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
void xhud::font_meter_widget::load(xBase& data, xDynAsset& asset, u32 size_t)
99
{
10-
widget::init_base((xBase&)*this, *(xBaseAsset*)&data, sizeof(xhud::font_meter_widget) + 0x10);
10+
// Stub for now because this fails to build. 100% match locally though.
11+
// widget::init_base((xBase&)*this, *(xBaseAsset*)&data, sizeof(xhud::font_meter_widget) + 0x10);
1112
// new (&this->rc.size)
1213
// xhud::font_meter_widget(*(xhud::font_meter_asset*)&data); // TODO: proper size value
1314
}

0 commit comments

Comments
 (0)