Chillu1 / ModiBuff

Buff/Debuff/Modifier library focused on feature set and performance, while maintaining 0 GC. Fully pooled
Mozilla Public License 2.0
139 stars 4 forks source link

Improved event/callback recursion #32

Closed Chillu1 closed 10 months ago

Chillu1 commented 10 months ago

Closes #13

Solved through counting how many times an event has been fired inside an event, and zeroing out the counter values only when they're lower than the recursion limit.