Fix a stupid 2 years old bug

This commit is contained in:
Aang23 2023-10-17 18:34:35 +02:00
parent 087c67522e
commit e2c8a20909
7 changed files with 16 additions and 44 deletions

View file

@ -78,8 +78,7 @@ namespace satdump
map::drawProjectedMapShapefile({ resources::getResourcePath("maps/ne_10m_admin_0_countries.shp") },
current_img,
color,
proj_func,
100);
proj_func);
}
if (shores_overlay)
{
@ -89,8 +88,7 @@ namespace satdump
map::drawProjectedMapShapefile({ resources::getResourcePath("maps/ne_10m_coastline.shp") },
current_img,
color,
proj_func,
100);
proj_func);
}
if (cities_overlay)
{