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
Source was moved to a resource buffer system in #613, where the inventory gets created in the EnterNotify(). However, EnterNotify() gets called more than once, so multiple resources of the full inventory get created, which can be confusing. Move the inventory resource creation to Build() instead, which is only called once.
The text was updated successfully, but these errors were encountered:
Source was moved to a resource buffer system in #613, where the inventory gets created in the
EnterNotify()
. However,EnterNotify()
gets called more than once, so multiple resources of the full inventory get created, which can be confusing. Move the inventory resource creation toBuild()
instead, which is only called once.The text was updated successfully, but these errors were encountered: