Skip to content

Commit

Permalink
Issue #1045 - Cleanup of MapPainter
Browse files Browse the repository at this point in the history
- Fix iOSX build
  • Loading branch information
Framstag committed Apr 9, 2023
1 parent 1c2824e commit fcd36a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libosmscout-map-iosx/src/osmscout/MapPainterIOS.mm
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ static void DrawPattern (void * info,CGContextRef cg){
CGContextTranslateCTM(cg, x2, y2);
CGAffineTransform ct = CGAffineTransformConcat(transform, CGAffineTransformMakeRotation(slope));
CGContextConcatCTM(cg, ct);
DrawSymbol(projection, parameter, symbol, 0, 0, data.symbolScale);
DrawSymbol(projection, parameter, symbol, Vertex2D::ZERO, data.symbolScale);
CGContextRestoreGState(cg);
loop = followPath(followPathHnd, data.symbolSpace, origin);
}
Expand Down

0 comments on commit fcd36a1

Please sign in to comment.