Skip to content

Commit

Permalink
[FS9] Disable setting of CG since it looks wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
emiro85 committed Feb 4, 2022
1 parent 099f726 commit f2399ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/simulator/fscommon/fsuipcimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2399ca

Please sign in to comment.