diff --git a/Util/Azimuth.h b/Util/Azimuth.h index 6041c4d7e..6d12673bc 100644 --- a/Util/Azimuth.h +++ b/Util/Azimuth.h @@ -27,7 +27,7 @@ or see http://www.gnu.org/licenses/agpl.txt. struct Azimuth { static std::string Get(const double heading) { - if(heading < 202.5) { + if(heading <= 202.5) { if(heading > 0 && heading <= 22.5) return "N"; if(heading > 22.5 && heading <= 67.5)