Skip to content

Commit

Permalink
Issue #1045 - Update projection
Browse files Browse the repository at this point in the history
- Fix build error
  • Loading branch information
Framstag committed Apr 16, 2023
1 parent aeaf803 commit 555235a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -875,8 +875,7 @@ namespace osmscout {
result.back().glyph.width = textExtents.width;
result.back().glyph.height = label.fontExtents.height;

result.back().position.SetX(horizontalOffset);
result.back().position.SetY(0);
result.back().position=Vertex2D(horizontalOffset,0);

horizontalOffset += result.back().glyph.width;
}
Expand Down

0 comments on commit 555235a

Please sign in to comment.