mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Add extra brackets to collision src structs
This commit is contained in:
@@ -50,11 +50,11 @@ const dCcD_SrcCyl daRd_c::m_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 0.0f,
|
||||
/* Height */ 0.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
/* 000000EC-0000027C .text __ct__10daRd_HIO_cFv */
|
||||
|
||||
Reference in New Issue
Block a user