mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T773, style/typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
ee421fe33c
commit
25b30ccf34
@@ -1050,7 +1050,7 @@ namespace BlackMisc
|
||||
|
||||
bool CAircraftSituation::canLikelySkipNearGroundInterpolation() const
|
||||
{
|
||||
// those we can exclude, we are ON GROUND
|
||||
// those we can exclude, we are ON GROUND not guessed
|
||||
if (this->isOnGround() && this->hasInboundGroundDetails()) { return false; }
|
||||
|
||||
// cases where we can skip
|
||||
|
||||
Reference in New Issue
Block a user