mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T322, renamings
This commit is contained in:
committed by
Roland Winklmeier
parent
09ab653cf9
commit
b4e17ed091
@@ -36,7 +36,7 @@ namespace BlackMisc
|
||||
if (allAircraft.isEmpty()) { return; }
|
||||
|
||||
CSimulatedAircraftList aircraft(allAircraft);
|
||||
aircraft.sortByDistanceToOwnAircraft();
|
||||
aircraft.sortByDistanceToReferencePosition();
|
||||
int numberAll = aircraft.size();
|
||||
Q_ASSERT_X(numberAll == allAircraft.size(), Q_FUNC_INFO, "aircraft got lost");
|
||||
CSimulatedAircraftList vtolAircraft(aircraft.findByVtol(true));
|
||||
|
||||
Reference in New Issue
Block a user