You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scene data should be able to be updated with information from server even if the view is not fully set up.
Before the view is fully set up (which can be checked with a boolean stored in View), scene data should be set up without acting on the view. If an update is received from server, scene data can then be updated.
When setting up the view, all the current data of the scene should be taken into account.
After the view is set up, every update to the scene data should also translate into a change in the view.
The text was updated successfully, but these errors were encountered:
Original report by Victor Ripplinger (Bitbucket: Neptilo, GitHub: Neptilo).
Scene data should be able to be updated with information from server even if the view is not fully set up.
The text was updated successfully, but these errors were encountered: