mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Add extra brackets to collision src structs
This commit is contained in:
@@ -35,10 +35,10 @@ static dCcD_SrcSph l_sph_src_at = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 150.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static dCcD_SrcSph l_sph_src_col = {
|
||||
@@ -64,10 +64,10 @@ static dCcD_SrcSph l_sph_src_col = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGSphS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
},
|
||||
}},
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user