mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 09:07:42 +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:
@@ -329,7 +329,7 @@ void CSaveGameScreen::SetUIColors() {
|
||||
void CSaveGameScreen::Draw() const {
|
||||
SCOPED_GRAPHICS_DEBUG_GROUP("CSaveGameScreen::Draw", zeus::skPurple);
|
||||
if (x50_loadedFrame)
|
||||
x50_loadedFrame->Draw(CGuiWidgetDrawParms::Default);
|
||||
x50_loadedFrame->Draw(CGuiWidgetDrawParms::Default());
|
||||
}
|
||||
|
||||
void CSaveGameScreen::ContinueWithoutSaving() {
|
||||
|
||||
Reference in New Issue
Block a user