mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-23 04:26:31 -04:00
Merge branch 'shadow-equals-typo-fix' into 'master'
Fix typo See merge request OpenMW/openmw!794
This commit is contained in:
commit
a40cbd46fa
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user