hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Viewport reactive enhancement #87

Open GregHib opened 4 years ago

GregHib commented 4 years ago

ViewportSystem is processed every tick regardless if there has been a change or not. An ideal system would only run as a reaction to when a change is made.