ensure particle are always behind characters
This commit is contained in:
parent
f607a52826
commit
855b7e6add
1 changed files with 1 additions and 0 deletions
|
@ -143,5 +143,6 @@ fn particle_effect_system(
|
||||||
/ particle_effect.radius_squared,
|
/ particle_effect.radius_squared,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
transform.translation.z = 0.005;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue