mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[FS9] Disable setting of CG since it looks wrong
This commit is contained in:
@@ -533,7 +533,7 @@ namespace BlackSimPlugin::FsCommon
|
||||
rotationVelocityBody[1], rotationVelocityBody[2], CAngleUnit::rad(), CTimeUnit::s()});
|
||||
situation.setGroundElevation(groundAltitude, CAircraftSituation::FromProvider);
|
||||
aircraft.setSituation(situation);
|
||||
aircraft.setCG(altitude - groundAltitude); // calculate the CG
|
||||
//aircraft.setCG(altitude - groundAltitude); // calculate the CG
|
||||
} // situation
|
||||
|
||||
// model
|
||||
|
||||
Reference in New Issue
Block a user