1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 22:06:42 +00:00
Hopefully this will actually let us make better use of shadow bounds,
but I wouldn't count on it.
This commit is contained in:
AnyOldName3 2021-04-29 21:35:31 +00:00
parent 68ddde84fe
commit ceb6a280ff

View file

@ -2113,7 +2113,7 @@ struct ConvexHull
if (edge.first == vertex)
otherEnd = edge.second;
else if (edge.second == vertex)
otherEnd - edge.first;
otherEnd = edge.first;
else
continue;