Fix dPnt struct (#2361)

* Fix dPnt struct

* Fix Vec warning
This commit is contained in:
LagoLunatic
2025-03-30 18:45:59 -04:00
committed by GitHub
parent ed42b15988
commit 559d389e3d
38 changed files with 82 additions and 80 deletions
+1 -1
View File
@@ -464,7 +464,7 @@ static int daObj_Tp_Create(fopAc_ac_c* i_this) {
if (path == NULL) {
return cPhs_ERROR_e;
}
dStage_dPnt_c* pPoint = path->m_points;
dPnt* pPoint = path->m_points;
cXyz cStack_28;
csXyz cStack_30(0, 0, 0);
for (int i = 0; i < path->m_num; i++, pPoint++) {