diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2023-04-21 07:18:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-21 08:18:49 -0600 |
| commit | e1a0f636e5c68d53b4e00a4cff85700f6588ef1b (patch) | |
| tree | 6e3419441ec2cdfbedf4dbb5abfd6017ac5b3156 /include/m_Do | |
| parent | f5fc527d39c754fde87aeb90033d2efd698ad7e2 (diff) | |
e_ym / obj_volcball wip. obj_mgate done (#318)
* e_ym / obj_volcball wip. obj_mgate done
* remove asm
---------
Co-authored-by: root <root@DESKTOP-BTVP2BC>
Diffstat (limited to 'include/m_Do')
| -rw-r--r-- | include/m_Do/m_Do_ext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_Do/m_Do_ext.h b/include/m_Do/m_Do_ext.h index b31b3cbbc0..580ad36664 100644 --- a/include/m_Do/m_Do_ext.h +++ b/include/m_Do/m_Do_ext.h @@ -262,6 +262,7 @@ public: bool isLoop() { return mFrameCtrl.checkState(2); } f32 getEndFrame() { return mFrameCtrl.getEnd(); } BOOL checkFrame(f32 frame) { return mFrameCtrl.checkPass(frame); } + J3DAnmTransform* getAnm() { return mpAnm; } bool isStop() { bool stopped = true; |
