Closed AristurtleDev closed 6 months ago
CI Tests are failing due to other bugs in the testing suite. You can run this PR manually to see it resolves the issues in the MonoGame.Extended.Collisions.Tests
suite
Going to go ahead and merge this and #854 since these are high priority issues that are blocking the CI from executing tests and getting new NuGets deployed.
Description
This PR resolves the infinite recursion bug in
Shape.Intersects(this IShapeF, IShapeF)
when both parameters are of typeRectangleF
.Related Issues
849