mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
TVec3 inline fixes, d_a_obj_gtaki OK, JPAConvectionField::calc cleanup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user