evaera / matter

A modern ECS library for Roblox.
https://eryn.io/matter/
MIT License
144 stars 34 forks source link

Replaced return statement with continue #61

Closed Fizzyhex closed 1 year ago

Fizzyhex commented 1 year ago

The use of return instead of continue results in only one model being despawned per system run.