mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-26 17:52:03 -04:00
Fix collision struct formatting
This commit is contained in:
@@ -70,11 +70,11 @@ static dCcD_SrcCps l_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 */ 200.0f,
|
||||
},
|
||||
}},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user