fix small mistake
This commit is contained in:
parent
d658c0e593
commit
0f5ae63b75
@ -88,7 +88,7 @@ static void seamAjust(std::vector<DetectedPoint>& detections)
|
||||
for(auto& point : detections)
|
||||
{
|
||||
if(point.coordinate.x < leftCoordinate)
|
||||
point.coordinate.x = point.coordinate.x + point.coordinate.x;
|
||||
point.coordinate.x = point.coordinate.x + rightMostPoint + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user