We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fbeea commit 3c02608Copy full SHA for 3c02608
src/SB/Core/x/xHudFontMeter.cpp
@@ -7,7 +7,8 @@
7
8
void xhud::font_meter_widget::load(xBase& data, xDynAsset& asset, u32 size_t)
9
{
10
- widget::init_base((xBase&)*this, *(xBaseAsset*)&data, sizeof(xhud::font_meter_widget) + 0x10);
+ // 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);
12
// new (&this->rc.size)
13
// xhud::font_meter_widget(*(xhud::font_meter_asset*)&data); // TODO: proper size value
14
}
0 commit comments