diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-24 14:53:58 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-24 14:53:58 -0400 |
| commit | fa7d4d28965733a680d5d7e00a10485c66a246df (patch) | |
| tree | 2f49dcae479c9e7b72c276f5cae604a93425ceee /include | |
| parent | ce8d17ec0835c9679e54dc7a6700c042825352f9 (diff) | |
Fix relocation and data value mismatches
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_Do/m_Do_ext.h | 4 |
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(); }; |
