mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T259, Ref T243 removed ground factor interpolation from parts (now in situation where it belongs)
This commit is contained in:
@@ -171,14 +171,5 @@ namespace BlackMisc
|
||||
{
|
||||
*this = guessedParts(situation);
|
||||
}
|
||||
|
||||
double CAircraftParts::isOnGroundInterpolated() const
|
||||
{
|
||||
if (m_isOnGroundInterpolated < 0)
|
||||
{
|
||||
return m_isOnGround ? 1.0 : 0.0;
|
||||
}
|
||||
return m_isOnGroundInterpolated;
|
||||
}
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user