diff options
| author | Max Roncace <me@caseif.net> | 2025-08-11 02:22:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-10 23:22:28 -0700 |
| commit | ddf4fc0677f6b93162389063168458244e14ac59 (patch) | |
| tree | 6a5ed9d344a1f28860754a8220659fd0fdefa243 /include/JSystem/J2DGraph | |
| parent | 87858822619e0a503e12f78690388c67df13f220 (diff) | |
Misc framework fixes (#2578)
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DAnimation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DAnimation.h b/include/JSystem/J2DGraph/J2DAnimation.h index b736b79119..eb393c3fad 100644 --- a/include/JSystem/J2DGraph/J2DAnimation.h +++ b/include/JSystem/J2DGraph/J2DAnimation.h @@ -31,6 +31,8 @@ public: mFrameMax = 0; } /* 80053C94 */ virtual ~J2DAnmBase() {} + // this is supposed to be inline, but doing so causes problems + // with where the vtable is placed in the final framework.dol /* 800569B0 */ virtual void searchUpdateMaterialID(J2DScreen*); s16 getFrameMax() const { return mFrameMax; } |
