mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-21 02:11:33 +00:00
Merge branch 'shadow-equals-typo-fix' into 'master'
Fix typo See merge request OpenMW/openmw!794
This commit is contained in:
commit
a40cbd46fa
1 changed files with 1 additions and 1 deletions
|
@ -2113,7 +2113,7 @@ struct ConvexHull
|
||||||
if (edge.first == vertex)
|
if (edge.first == vertex)
|
||||||
otherEnd = edge.second;
|
otherEnd = edge.second;
|
||||||
else if (edge.second == vertex)
|
else if (edge.second == vertex)
|
||||||
otherEnd - edge.first;
|
otherEnd = edge.first;
|
||||||
else
|
else
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue