mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T185 Enable spline interpolation with only one position update,
by just copying it three times, so planes can be rendered without waiting for more updates.
This commit is contained in:
@@ -27,5 +27,9 @@ namespace BlackMisc
|
||||
CSequence<CAircraftSituation>(other)
|
||||
{ }
|
||||
|
||||
CAircraftSituationList::CAircraftSituationList(std::initializer_list<CAircraftSituation> il) :
|
||||
CSequence<CAircraftSituation>(il)
|
||||
{ }
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user