mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-09-15 13:41:32 +08:00
Update Scene.bf
prevent crash when adding component's type is not yet tracked.
This commit is contained in:
@ -104,7 +104,6 @@ namespace Strawberry
|
||||
|
||||
private void TrackComponent(Component c)
|
||||
{
|
||||
for (let t in Tracker.AssignmentLists[c.GetType()])
|
||||
componentTracker[t].Add(c);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user