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

@ -189,8 +189,7 @@ namespace satdump
map::drawProjectedMapShapefile({resources::getResourcePath("maps/ne_10m_admin_0_countries.shp")},
current_image,
color,
proj_func,
100);
proj_func);
}
if (shores_overlay)
{
@ -200,8 +199,7 @@ namespace satdump
map::drawProjectedMapShapefile({resources::getResourcePath("maps/ne_10m_coastline.shp")},
current_image,
color,
proj_func,
100);
proj_func);
}
if (cities_overlay)
{