Fix BoundingSphere.CreateMerged by prollin · Pull Request #8847 · MonoGame/MonoGame

@prollin

Fix issue in `BoundingSphere.CreateMerged` when `original` and `result` are references to the same variable

dellis1972

approved these changes Jun 14, 2025

@prollin prollin deleted the bugfix-boundingsphere-createmerged branch

June 15, 2025 12:17

CartBlanche pushed a commit that referenced this pull request

Jun 27, 2025
### Description of Change

Fix issue in `BoundingSphere.CreateMerged` when `original` and `result`
are references to the same variable.
The behavior now matches `BoundingBox.CreateMerged`