1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 17:39:40 +00:00

Merge branch 'shadow-equals-typo-fix' into 'master'

Fix typo

See merge request OpenMW/openmw!794
This commit is contained in:
Alexei Dobrohotov 2021-04-29 22:26:58 +00:00
commit a40cbd46fa

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;