StrawberryBF icon indicating copy to clipboard operation
StrawberryBF copied to clipboard

Add Component Type To "componentTracker" if it does not exist.

Open joseph-montanez opened this issue 3 years ago • 0 comments

The application would crash because t did not exist in componentTracker:

componentTracker[t].Add(c);

I doubt who I am doing the key search is the best way as I was not sure how List.Contains worked when it needed both a key and value pair.

joseph-montanez avatar May 24 '21 17:05 joseph-montanez