mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Add extra brackets to collision src structs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user