mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Ref T683, "updateOwnSituationAndGroundElevation"
* function to use own positions "on ground" to calculate ground elevation * use this based on settings * adjusted simulators code
This commit is contained in:
committed by
Mat Sutcliffe
parent
fc2f7b4a12
commit
0360704b0b
@@ -251,7 +251,7 @@ namespace BlackSimPlugin
|
||||
}
|
||||
}
|
||||
|
||||
return this->updateOwnSituation(situation);
|
||||
return this->updateOwnSituationAndGroundElevation(situation);
|
||||
}
|
||||
|
||||
bool CSimulatorEmulated::changeInternalParts(const CAircraftParts &parts)
|
||||
|
||||
Reference in New Issue
Block a user