summaryrefslogtreecommitdiff
path: root/include/m_Do
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2023-12-28 22:45:53 +0200
committerGitHub <noreply@github.com>2023-12-28 22:45:53 +0200
commit402666242bcd3d14ecf710bebd4f74a566db7bbb (patch)
tree1d97282f86ef1b8c25dbe4d292a74ffe0a4d8964 /include/m_Do
parent3b7c793ac9089b6e4d5d8357f62df4d7b9da7500 (diff)
work on d_msg_class and JUTResFont (#2015)
* JUTResFont - Set symbols on * Work on d_msg_class
Diffstat (limited to 'include/m_Do')
-rw-r--r--include/m_Do/m_Do_graphic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_Do/m_Do_graphic.h b/include/m_Do/m_Do_graphic.h
index d9ea12edd0..29afed5afb 100644
--- a/include/m_Do/m_Do_graphic.h
+++ b/include/m_Do/m_Do_graphic.h
@@ -101,6 +101,7 @@ public:
static GXTexObj* getZbufferTexObj() { return &mZbufferTexObj; }
static GXTexObj* getFrameBufferTexObj() { return &mFrameBufferTexObj; }
static f32 getInvScale() { return 1.0f; }
+ static f32 getScale() { return 1.0f; }
static GXTexObj mFrameBufferTexObj;
static GXTexObj mZbufferTexObj;