Components of removed Entities untracked

This commit is contained in:
Maddy Thorson 2021-02-07 14:43:42 -08:00
parent b41ff6078c
commit 33dad92fcf

View File

@ -37,6 +37,7 @@ namespace Strawberry
{
c.End();
c.[Friend]IsAwake = false;
Scene.[Friend]UntrackComponent(c);
}
Scene = null;
IsAwake = false;