fixing a small bug

pull/661/head
Pablo Gonzalez 2021-02-01 16:19:36 +01:00
parent 360ebcf702
commit dd2920efe7
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function plotSky(lat,lon,date){
g.flip();
}
//Write the name
if (constelationShowing && true)
if (constelationShowing && settings.consnames)
g.drawString(name,positionStar2[0]+10,positionStar2[1]);
}
}