some actor documentation and cleanup

This commit is contained in:
LagoLunatic
2024-01-18 18:55:47 -05:00
parent e724cdf62e
commit fa5010b1dd
35 changed files with 358 additions and 325 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ s32 daSpotbox_c::create() {
mScale.z *= (baseScale * 1.2f);
current.pos.y += mScale.y * 0.5f;
fopAcM_SetMtx(this, mMtx);
fopAcM_setCullSizeBox(this, -0.5, -0.5f, -0.5f, 0.5f, 0.5f, 0.5f);
fopAcM_setCullSizeBox(this, -0.5f, -0.5f, -0.5f, 0.5f, 0.5f, 0.5f);
return cPhs_COMPLEATE_e;
}