correction
This commit is contained in:
parent
7c48a09ab2
commit
2307a7d724
|
@ -560,7 +560,8 @@ namespace
|
||||||
|
|
||||||
for( int l = 1; l <= additionalStopCount; ++l )
|
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 ),
|
float xStart = x11 + p * ( x21 - x11 ),
|
||||||
yStart = y11 + p * ( y21 - y11 ),
|
yStart = y11 + p * ( y21 - y11 ),
|
||||||
xEnd = x12 + p * ( x22 - x12 ),
|
xEnd = x12 + p * ( x22 - x12 ),
|
||||||
|
|
Loading…
Reference in New Issue