summaryrefslogtreecommitdiff
path: root/include/m_Do/m_Do_graphic.h
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-26 17:08:46 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-26 17:08:46 -0500
commit9112e75c182b28e8eafb5c979dc5965651152ef6 (patch)
treea62a263d80e016fe39b9f66d232c290ed6080058 /include/m_Do/m_Do_graphic.h
parentee8c09de9278804dd3827cef72e959d64270b9fe (diff)
m_Do_graphic work
Diffstat (limited to 'include/m_Do/m_Do_graphic.h')
-rw-r--r--include/m_Do/m_Do_graphic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_Do/m_Do_graphic.h b/include/m_Do/m_Do_graphic.h
index ec0119e1..c7883de3 100644
--- a/include/m_Do/m_Do_graphic.h
+++ b/include/m_Do/m_Do_graphic.h
@@ -42,7 +42,7 @@ public:
static u8 getBlureRate() { return mBlureRate; }
static MtxP getBlureMtx() { return mBlureMtx; }
static void offAutoForcus() { mAutoForcus = false; }
- static bool isAutoForcus() { return mAutoForcus; }
+ static BOOL isAutoForcus() { return mAutoForcus; }
static void setTickRate(u32 rate) { JFWDisplay::getManager()->setTickRate(rate); }
static void waitBlanking(int wait) { JFWDisplay::getManager()->waitBlanking(wait); }
static BOOL isMonotone() { return mMonotone; }