mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Add extra brackets to collision src structs
This commit is contained in:
@@ -41,11 +41,11 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 50.0f,
|
||||
/* Height */ 1000.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
static daSie_Flag_HIO_c l_HIO;
|
||||
|
||||
Reference in New Issue
Block a user