Skip to content

Commit

Permalink
ExtLibs: Draw the WP radius as a floating value
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored and meee1 committed Apr 5, 2022
1 parent 878ef30 commit d33267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExtLibs/Maps/WPOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ private void addpolygonmarker(string tag, double lng, double lat, double? alt, C
{
mBorders.InnerMarker = m;
mBorders.Tag = tag;
mBorders.wprad = (int)wpradius;
mBorders.wprad = wpradius;
if (color.HasValue)
{
mBorders.Color = color.Value;
Expand Down

0 comments on commit d33267b

Please sign in to comment.