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
EntityManager create and manage the singleton SystemEntity.
This seems to be a design flaw since EntityManager can now be deleted.
As introduce in #763 , EntityManager dtor now deletes the SystemEntity, which seems odd for a singleton.
I propose to discuss this point in Discussions if needed, then to fix this issue.
The text was updated successfully, but these errors were encountered:
EntityManager create and manage the singleton SystemEntity.
This seems to be a design flaw since EntityManager can now be deleted.
As introduce in #763 , EntityManager dtor now deletes the SystemEntity, which seems odd for a singleton.
I propose to discuss this point in Discussions if needed, then to fix this issue.
The text was updated successfully, but these errors were encountered: