mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 19:25:49 +08:00
refs #667 XBus: use the thread-agnostic interpolator method, to avoid an unnecessary dynamic memory allocation.
This commit is contained in:
@@ -144,8 +144,6 @@ namespace XBus
|
||||
return static_cast<CTraffic *>(self)->getPlaneData(id, dataType, io_data);
|
||||
}
|
||||
|
||||
class AircraftProvider;
|
||||
AircraftProvider *m_provider = nullptr;
|
||||
BlackMisc::IInterpolator *m_interpolator = nullptr;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user