Skip to content

Commit f2399ca

Browse files
committed
[FS9] Disable setting of CG since it looks wrong
1 parent 099f726 commit f2399ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/simulator/fscommon/fsuipcimpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ namespace BlackSimPlugin::FsCommon
533533
rotationVelocityBody[1], rotationVelocityBody[2], CAngleUnit::rad(), CTimeUnit::s()});
534534
situation.setGroundElevation(groundAltitude, CAircraftSituation::FromProvider);
535535
aircraft.setSituation(situation);
536-
aircraft.setCG(altitude - groundAltitude); // calculate the CG
536+
//aircraft.setCG(altitude - groundAltitude); // calculate the CG
537537
} // situation
538538

539539
// model

0 commit comments

Comments
 (0)