mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T384, get closest ATC stations online
This commit is contained in:
@@ -151,7 +151,7 @@ namespace BlackMisc
|
||||
{
|
||||
return calculateEuclideanDistanceSquared(a, coordinate) < calculateEuclideanDistanceSquared(b, coordinate);
|
||||
});
|
||||
Q_ASSERT_X(closest.size() > number, Q_FUNC_INFO, "size exceeded");
|
||||
closest.truncate(number);
|
||||
return closest;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user