mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
cde93e388f
commit
85a3a0ee99
@@ -408,8 +408,8 @@ namespace XSwiftBus
|
||||
plane->position.lat = latitudesDeg.at(i);
|
||||
plane->position.lon = longitudesDeg.at(i);
|
||||
plane->position.elevation = altitudesFt.at(i);
|
||||
plane->position.pitch = static_cast<float>(pitchesDeg.at(i));
|
||||
plane->position.roll = static_cast<float>(rollsDeg.at(i));
|
||||
plane->position.pitch = static_cast<float>(pitchesDeg.at(i));
|
||||
plane->position.roll = static_cast<float>(rollsDeg.at(i));
|
||||
plane->position.heading = static_cast<float>(headingsDeg.at(i));
|
||||
|
||||
if (setOnGround) { plane->isOnGround = onGrounds.at(i); }
|
||||
|
||||
Reference in New Issue
Block a user