mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
m_Do_ext (#1958)
This commit is contained in:
@@ -122,7 +122,7 @@ void J3DJointTree::findImportantMtxIndex() {
|
||||
/* 80325CAC-80325D1C 3205EC 0070+00 1/0 0/0 0/0 .text
|
||||
* calc__12J3DJointTreeFP12J3DMtxBufferRC3VecRA3_A4_Cf */
|
||||
void J3DJointTree::calc(J3DMtxBuffer* pMtxBuffer, Vec const& scale, f32 const (&mtx)[3][4]) {
|
||||
getBasicMtxCalc()->init(scale, (Mtx*)mtx);
|
||||
getBasicMtxCalc()->init(scale, mtx);
|
||||
J3DMtxCalc::setMtxBuffer(pMtxBuffer);
|
||||
J3DJoint* root = getRootNode();
|
||||
|
||||
|
||||
@@ -537,7 +537,7 @@ asm Z2Creature::~Z2Creature() {
|
||||
|
||||
/* 802C04E8-802C0530 2BAE28 0048+00 4/2 2/2 0/0 .text deleteObject__10Z2CreatureFv */
|
||||
void Z2Creature::deleteObject() {
|
||||
mSoundObjAnime.field_0x20 = NULL;
|
||||
mSoundObjAnime.animation_ = NULL;
|
||||
mSoundObjAnime.deleteObject();
|
||||
mSoundObjSimple1.deleteObject();
|
||||
mSoundObjSimple2.deleteObject();
|
||||
|
||||
Reference in New Issue
Block a user