mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T683, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
70a350ed66
commit
daeea07090
@@ -534,6 +534,7 @@ namespace BlackMisc
|
||||
bool CSimulatedAircraft::setCG(const CLength &cg)
|
||||
{
|
||||
if (cg.isNull()) { return false; }
|
||||
// ???? set to both models, or only the matched model ????
|
||||
const int c = m_models.setCG(cg);
|
||||
return c > 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user