ECS: An error thrown in a system will spam console.
Closed this issue · 0 comments
christopher-buss commented
We can either take two approaches to this:
- If a system errors, we unschedule the system to stop it from running further.
- If a system errors, we use
matter
's approach of surpressing the same error for a period of time,