fix frozen aura particles

This commit is contained in:
crabman 2024-03-22 22:29:18 +00:00
parent 8dd7e3e0d5
commit 89af8facbe
No known key found for this signature in database

View File

@ -1861,8 +1861,8 @@ impl ParticleMgr {
Duration::from_secs(3),
time,
ParticleMode::Ice,
pos.x + Vec3::unit_z() * z_start,
pos.x + offset.with_z(z_end),
pos + Vec3::unit_z() * z_start,
pos + offset.with_z(z_end),
)
},
);