diff options
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DAnimation.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/JSystem/J2DGraph/J2DAnimation.h b/include/JSystem/J2DGraph/J2DAnimation.h index 8820f36b05..e29ddd0e17 100644 --- a/include/JSystem/J2DGraph/J2DAnimation.h +++ b/include/JSystem/J2DGraph/J2DAnimation.h @@ -31,9 +31,7 @@ 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*); + /* 800569B0 */ virtual void searchUpdateMaterialID(J2DScreen*) {} s16 getFrameMax() const { return mFrameMax; } void setFrame(f32 frame) { mFrame = frame; } @@ -158,7 +156,7 @@ public: mKind = KIND_TRANSFORM; } /* 80184370 */ virtual ~J2DAnmTransform() {} - /* 80191130 */ virtual void getTransform(u16, J3DTransformInfo*) const; // {} (should be inline) + /* 80191130 */ virtual void getTransform(u16, J3DTransformInfo*) const {} /* 0x10 */ f32* mScaleValues; /* 0x14 */ s16* mRotationValues; |
