rafalh / dashfaction

A community patch for the Red Faction (2001) FPS game
https://www.factionfiles.com/ff.php?action=file&id=6252
Mozilla Public License 2.0
61 stars 11 forks source link

Particle emitter regression! (df-bug) #210

Closed MartianMadman closed 6 months ago

MartianMadman commented 1 year ago

Latest builds of Dash Faction do not render particles when it's parent emitter is out of view which looks odd.

https://user-images.githubusercontent.com/89256728/194756482-d94ec07c-8268-433c-b25b-b5811cb7a7b0.mp4

MartianMadman commented 1 year ago

Issue is caused by commit https://github.com/rafalh/dashfaction/commit/fabf91087b684dd9899c0f9a488136cf5a33e80f. Deleting line 85 in particle.cpp prevents this issue but that is probably not an ideal fix.