diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2023-03-14 15:27:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 15:27:46 -0700 |
| commit | a01d65b0b99400f62d93eee28475872b641cfd50 (patch) | |
| tree | abea30ef7e6fb74a9468770371d9217fa43b4b9d /include/JSystem/J3DGraphAnimator | |
| parent | 500d079c40b17e52abf40ec32ad9457d384ce921 (diff) | |
d_ky_thunder done / d_scope wip / m_Do_graphic wip (#308)
* d_ky_thunder OK + misc build fixes
* d_scope mostly done
* some m_Do_graphic wip
* remove asm
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DAnimation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h index 22b0aa6bd5..a9835b5858 100644 --- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h +++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h @@ -469,7 +469,7 @@ public: /* 8032A8A4 */ void searchUpdateMaterialID(J3DMaterialTable*); /* 8032BCAC */ virtual ~J3DAnmColor(); - /* 8032BF44 */ virtual bool getKind() const; + /* 8032BF44 */ virtual s32 getKind() const; /* 8032BF4C */ virtual void getColor(u16, _GXColor*) const; u16 getUpdateMaterialNum() const { return mUpdateMaterialNum; } |
