mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
Add extra brackets to collision src structs
This commit is contained in:
@@ -1279,11 +1279,11 @@ void CreateInit(fopAc_ac_c* a_this) {
|
||||
/* SrcGObjCo SPrm */ 0,
|
||||
},
|
||||
// cM3dGCylS
|
||||
{
|
||||
/* Center */ 0.0f, 0.0f, 0.0f,
|
||||
{{
|
||||
/* Center */ {0.0f, 0.0f, 0.0f},
|
||||
/* Radius */ 5.0f,
|
||||
/* Height */ 1000.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
bridge_class* i_this = (bridge_class*)a_this;
|
||||
|
||||
Reference in New Issue
Block a user