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
+5 -5
View File
@@ -76,11 +76,11 @@ static dCcD_SrcTri l_tri_src = {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGTriS
{
/* a */ 0.0f, 0.0f, 0.0f,
/* b */ 0.0f, 0.0f, 0.0f,
/* c */ 0.0f, 0.0f, 0.0f,
},
{{
/* a */ {0.0f, 0.0f, 0.0f},
/* b */ {0.0f, 0.0f, 0.0f},
/* c */ {0.0f, 0.0f, 0.0f},
}},
};
/* 00000078-00000100 .text _delete__8daWall_cFv */