Fix field names for cM3dGCpsS comments

This commit is contained in:
LagoLunatic
2025-06-01 17:01:32 -04:00
parent 46718e76dd
commit 04488db389
10 changed files with 36 additions and 36 deletions
+6 -6
View File
@@ -32,9 +32,9 @@ static dCcD_SrcCps l_cps_src_body = {
},
// cM3dGCpsS
{
/* P0 */ 0.0f, 50.0f, -100.0f,
/* P1 */ 0.0f, 50.0f, 100.0f,
/* Height */ 100.0f,
/* Start */ 0.0f, 50.0f, -100.0f,
/* End */ 0.0f, 50.0f, 100.0f,
/* Radius */ 100.0f,
},
};
@@ -63,9 +63,9 @@ static dCcD_SrcCps l_cps_src_huta = {
},
// cM3dGCpsS
{
/* P0 */ 0.0f, 50.0f, -100.0f,
/* P1 */ 0.0f, 50.0f, 100.0f,
/* Height */ 25.0f,
/* Start */ 0.0f, 50.0f, -100.0f,
/* End */ 0.0f, 50.0f, 100.0f,
/* Radius */ 25.0f,
},
};