gelly-gmod / gelly

Library to integrate fluids into a game engine
GNU General Public License v3.0
19 stars 3 forks source link

[TICKET]: Particle queue causes disorienting lag when spawning particles #51

Closed yogwoggf closed 3 months ago

yogwoggf commented 3 months ago

Context

The particle queue we use in the addon tends to have a negative effect on the user experience, even if it does tend to help with FPS drops/stuttering.

Scope

Remove the particle queue all together to make spawns instant

Acceptance Criteria

Other

No response