Core/MMaps: This should fix the mmaps pathing. Needs more testing tho

This commit is contained in:
hondacrx
2018-08-29 14:43:19 -04:00
parent 32ed5530d4
commit dbd5baf7c9
@@ -115,7 +115,7 @@ public static partial class Detour
} }
else if (side == 2 || side == 6) else if (side == 2 || side == 6)
{ {
if (va[vaStart + 0] < vb[0]) if (va[vaStart] < vb[vbStart])
{ {
bmin[0] = va[vaStart + 0]; bmin[0] = va[vaStart + 0];
bmin[1] = va[vaStart + 1]; bmin[1] = va[vaStart + 1];