fix a typo in the scaling
This commit is contained in:
@@ -290,7 +290,7 @@ void Inbound::update(EuroScopePlugIn::CRadarTarget& target) {
|
|||||||
const auto newGS = this->groundSpeed(altitude, this->indicatedAirspeed(altitude), heading);
|
const auto newGS = this->groundSpeed(altitude, this->indicatedAirspeed(altitude), heading);
|
||||||
groundSpeed = std::min(groundSpeed, newGS);
|
groundSpeed = std::min(groundSpeed, newGS);
|
||||||
|
|
||||||
distance = (groundSpeed + oldGS) * 0.5f * 11_s;
|
distance = (groundSpeed + oldGS) * 0.5f * 1_s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user