Sven Czarnian пре 3 година
родитељ
комит
684ca40c1c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/types/Inbound.cpp

+ 1 - 1
src/types/Inbound.cpp

@@ -290,7 +290,7 @@ void Inbound::update(EuroScopePlugIn::CRadarTarget& target) {
                 const auto newGS = this->groundSpeed(altitude, this->indicatedAirspeed(altitude), heading);
                 groundSpeed = std::min(groundSpeed, newGS);
 
-                distance = (groundSpeed + oldGS) * 0.5f * 11_s;
+                distance = (groundSpeed + oldGS) * 0.5f * 1_s;
             }
         }