summaryrefslogtreecommitdiff
path: root/include/m_Do
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-06-18 01:11:53 -0400
committerGitHub <noreply@github.com>2025-06-17 22:11:53 -0700
commit23cba4d117cc34f4fafce838eed8cef103fce79c (patch)
tree8d1aeb54e8b34697797384b4c980c77d847683a2 /include/m_Do
parent5a13ca438a89c34d706432792d5257fcb2ad6b83 (diff)
getDemoIDData matched, fix up various inlines and template classes (#2489)
* Fix debug build * getDemoIDData matched, fix up various inlines and template classes * Remove nonmatching comments
Diffstat (limited to 'include/m_Do')
-rw-r--r--include/m_Do/m_Do_graphic.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/m_Do/m_Do_graphic.h b/include/m_Do/m_Do_graphic.h
index e146e6db81..ad330df010 100644
--- a/include/m_Do/m_Do_graphic.h
+++ b/include/m_Do/m_Do_graphic.h
@@ -4,8 +4,6 @@
#include "JSystem/JFramework/JFWDisplay.h"
#include "dolphin/mtx.h"
-class JUTFader;
-
int mDoGph_Create();
void mDoGph_drawFilterQuad(s8 param_0, s8 param_1);
@@ -61,7 +59,7 @@ public:
static int startFadeOut(int param_0) { return JFWDisplay::getManager()->startFadeOut(param_0); }
static int startFadeIn(int param_0) { return JFWDisplay::getManager()->startFadeIn(param_0); }
- static void setFadeColor(JUtility::TColor color) { mFader->mColor.set(color); }
+ static void setFadeColor(JUtility::TColor& color) { mFader->setColor(color); }
static void setClearColor(JUtility::TColor color) { JFWDisplay::getManager()->setClearColor(color); }
static void setBackColor(GXColor& color) { mBackColor = color; }
static void endFrame() { JFWDisplay::getManager()->endFrame(); }