Use in over ref modifier in Math functions input parameters
This commit is contained in:
@@ -352,7 +352,7 @@ namespace FlaxEditor.SceneGraph
|
||||
for (int i = 0; i < ChildNodes.Count; i++)
|
||||
{
|
||||
ChildNodes[i].GetEditorSphere(out var childSphere);
|
||||
BoundingSphere.Merge(ref sphere, ref childSphere, out sphere);
|
||||
BoundingSphere.Merge(sphere, childSphere, out sphere);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user