Remove fake inlines from fopAc_ac_c, add real inlines

This commit is contained in:
LagoLunatic
2023-11-24 18:06:07 -05:00
parent 072f172d50
commit 97eb1fb31f
41 changed files with 87 additions and 88 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ namespace daObj {
cXyz scaleV;
scaleV.setall(scale);
scaleV *= (5.0f / 3.0f);
fopAcM_create(PROC_Obj_Eff, 3, ac->getPositionP(), -1, NULL, &scaleV, 0xFF, NULL);
fopAcM_create(PROC_Obj_Eff, 3, &ac->current.pos, -1, NULL, &scaleV, 0xFF, NULL);
}
break;
}