Fix collision struct formatting

This commit is contained in:
LagoLunatic
2025-08-22 23:26:48 -04:00
parent 77cc6a6119
commit bc74b63d11
26 changed files with 120 additions and 123 deletions
+4 -4
View File
@@ -36,12 +36,12 @@ static dCcD_SrcCyl l_cyl_src = {
/* SrcGObjTg SPrm */ dCcG_TgSPrm_NoHitMark_e,
/* SrcGObjCo SPrm */ 0,
},
// cCcD_SrcCylAttr
{
/* Center */ 0.0f, 0.0f, 0.0f,
// cM3dGCylS
{{
/* Center */ {0.0f, 0.0f, 0.0f},
/* Radius */ 50.0f,
/* Height */ 10.0f,
}
}},
};
static dCcD_SrcSph l_sph_src = {