Add missing null forgiving operator (#3636)

This commit is contained in:
Leon Friedrich
2023-01-01 11:23:28 +13:00
committed by GitHub
parent 24622eb548
commit e0cfb24f1b

View File

@@ -195,7 +195,7 @@ public abstract class ComponentTreeSystem<TTreeComp, TComp> : EntitySystem
(pos, rot) = XformSystem.GetRelativePositionRotation(
entry.Transform,
newTree.Value,
newTree!.Value,
xforms);
newTreeComp.Tree.Add(entry, ExtractAabb(entry, pos, rot));