summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-04-24 14:53:58 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-04-24 14:53:58 -0400
commitfa7d4d28965733a680d5d7e00a10485c66a246df (patch)
tree2f49dcae479c9e7b72c276f5cae604a93425ceee /include
parentce8d17ec0835c9679e54dc7a6700c042825352f9 (diff)
Fix relocation and data value mismatches
Diffstat (limited to 'include')
-rw-r--r--include/m_Do/m_Do_ext.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/m_Do/m_Do_ext.h b/include/m_Do/m_Do_ext.h
index 47d4cd16..158f888f 100644
--- a/include/m_Do/m_Do_ext.h
+++ b/include/m_Do/m_Do_ext.h
@@ -573,7 +573,9 @@ public:
void setModel(J3DModel*) {}
void update() {}
- void draw();
+ void draw() {
+ /* Nonmatching */
+ }
void setMaterial();
};