TVec3 inline fixes, d_a_obj_gtaki OK, JPAConvectionField::calc cleanup

This commit is contained in:
LagoLunatic
2026-04-13 19:44:46 -04:00
parent d29477ca93
commit a62f436d22
6 changed files with 30 additions and 73 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ void dPa_J3DmodelEmitter_c::draw() {
vel.normalize();
}
JGeometry::TVec3<f32> tmp;
tmp.cross_hack(params->mAxis, vel); // fake inline
tmp.cross(params->mAxis, vel);
if (tmp.isZero()) {
tmp.set(0.0f, 0.0f, 1.0f);
} else {