mirror of
https://github.com/zeldaret/tp
synced 2026-06-07 03:57:56 -04:00
Misc matches and fixes (#2703)
* Match mDoExt_morf_c::getPlayMode * Misc cleanup * Fix actor cull spheres * Match daPy_py_c::getLastSceneSwordAtUpTime, JUTGamePad::testTrigger * Fix improper demangling of dBgS_SphChk::SetCallback * Fix d_camera rangef weak func order * Match more alink_wolf funcs
This commit is contained in:
@@ -1080,7 +1080,7 @@ int daObjCarry_c::Create() {
|
||||
}
|
||||
}
|
||||
|
||||
fopAcM_SetCullSize(this, fopAc_CULLSPHERE_8_e);
|
||||
fopAcM_SetCullSize(this, fopAc_CULLSPHERE_CUSTOM_e);
|
||||
fopAcM_setCullSizeSphere(this, data().m_cullsph_min_x, data().m_cullsph_min_y, data().m_cullsph_min_z, mpModel->getModelData()->getJointNodePointer(0)->getRadius() * data().scale);
|
||||
|
||||
cLib_onBit<u32>(attention_info.flags, fopAc_AttnFlag_CARRY_e);
|
||||
|
||||
Reference in New Issue
Block a user