mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Fix collision struct formatting
This commit is contained in:
@@ -44,11 +44,11 @@ const dCcD_SrcCps daArrow_c::m_at_cps_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCpsS
|
||||
{
|
||||
/* Start */ 0.0f, 0.0f, 0.0f,
|
||||
/* End */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Start */ {0.0f, 0.0f, 0.0f},
|
||||
/* End */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 5.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
const dCcD_SrcSph daArrow_c::m_co_sph_src = {
|
||||
|
||||
Reference in New Issue
Block a user