Add extra brackets to collision src structs

This commit is contained in:
LagoLunatic
2025-08-03 20:41:05 -04:00
parent 8b4e0d8d48
commit 816f08fc7c
159 changed files with 825 additions and 825 deletions
+3 -3
View File
@@ -338,10 +338,10 @@ static cPhs_State daFf_Create(fopAc_ac_c* i_this) {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGSphS
{
/* Center */ 0.0f, 0.0f, 0.0f,
{{
/* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 60.0f,
},
}},
};
a_this->mStts.Init(200, 0, a_this);
a_this->mSph.Set(cc_sph_src);