Closed mattj1 closed 4 months ago
https://github.com/craftworkgames/MonoGame.Extended/blob/fce644e62f58542c77e0f7151261d514811cb026/src/dotnet/MonoGame.Extended/Math/PrimitivesHelper.cs#L26
Line 26 should actually say var temp = rayNearDistance;
var temp = rayNearDistance;
Hmm, this is an actual bug.
https://github.com/craftworkgames/MonoGame.Extended/blob/fce644e62f58542c77e0f7151261d514811cb026/src/dotnet/MonoGame.Extended/Math/PrimitivesHelper.cs#L26
Line 26 should actually say
var temp = rayNearDistance;