trillek-team / tec

The Trillek Engine
http://trillek.space
GNU Lesser General Public License v3.0
138 stars 21 forks source link

Route user entity state updates from systems to User::entity_state #217

Closed adam4813 closed 3 years ago

adam4813 commented 3 years ago

Currently when a user's entity is updated, such as position, that state update is not visible to the outside world.

To fix this there needs to be a window into the current state, or that state needs to be updated when looking through the current window.