correction

This commit is contained in:
Peter Hartmann 2022-01-12 16:02:30 +01:00
parent 7c48a09ab2
commit 2307a7d724
1 changed files with 2 additions and 1 deletions

View File

@ -560,7 +560,8 @@ namespace
for( int l = 1; l <= additionalStopCount; ++l )
{
auto p = ( 1 - s.at( l ).position() );
auto p = s.at( l ).position();
// ### umdrehen:
float xStart = x11 + p * ( x21 - x11 ),
yStart = y11 + p * ( y21 - y11 ),
xEnd = x12 + p * ( x22 - x12 ),