mirror of
https://github.com/zeldaret/tp
synced 2026-09-04 02:19:40 -04:00
d_a_tag_hjump / d_a_scene_exit2 OK (#361)
* d_a_tag_hjump OK * d_a_scene_exit2 OK * remove asm
This commit is contained in:
@@ -301,6 +301,10 @@ inline dJntCol_c* fopAcM_GetJntCol(fopAc_ac_c* i_actor) {
|
||||
return i_actor->mJntCol;
|
||||
}
|
||||
|
||||
inline void fopAcM_setCullSizeFar(fopAc_ac_c* i_actor, f32 i_far) {
|
||||
i_actor->mCullSizeFar = i_far;
|
||||
}
|
||||
|
||||
inline f32 fopAcM_getCullSizeFar(const fopAc_ac_c* i_actor) {
|
||||
return i_actor->mCullSizeFar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user