mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-12 06:06:44 +00:00
Fix typo
Hopefully this will actually let us make better use of shadow bounds, but I wouldn't count on it.
This commit is contained in:
parent
68ddde84fe
commit
ceb6a280ff
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