mirror of https://github.com/espruino/BangleApps
fixing a small bug
parent
360ebcf702
commit
dd2920efe7
|
@ -150,7 +150,7 @@ function plotSky(lat,lon,date){
|
||||||
g.flip();
|
g.flip();
|
||||||
}
|
}
|
||||||
//Write the name
|
//Write the name
|
||||||
if (constelationShowing && true)
|
if (constelationShowing && settings.consnames)
|
||||||
g.drawString(name,positionStar2[0]+10,positionStar2[1]);
|
g.drawString(name,positionStar2[0]+10,positionStar2[1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue