mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 02:27:43 +00:00
CGuiWidgetDrawParms: Make constexpr constructible
We can allow this structure to be constructed in a constexpr context. This also allows us to remove the cpp file, given it's no longer necessary.
This commit is contained in:
@@ -1429,7 +1429,7 @@ void CSamusHud::Draw(const CStateManager& mgr, float alpha, CInGameGuiManager::E
|
||||
}
|
||||
|
||||
if (x274_loadedFrmeBaseHud) {
|
||||
x274_loadedFrmeBaseHud->Draw(CGuiWidgetDrawParms::Default);
|
||||
x274_loadedFrmeBaseHud->Draw(CGuiWidgetDrawParms::Default());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user