mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Fix taxi startup/attachment and reduce taxi streaming hitches
This commit is contained in:
parent
b0af2c928d
commit
41a33249a5
11 changed files with 396 additions and 190 deletions
|
|
@ -622,6 +622,7 @@ public:
|
|||
void closeTaxi();
|
||||
void activateTaxi(uint32_t destNodeId);
|
||||
bool isOnTaxiFlight() const { return onTaxiFlight_; }
|
||||
bool isTaxiMountActive() const { return taxiMountActive_; }
|
||||
const ShowTaxiNodesData& getTaxiData() const { return currentTaxiData_; }
|
||||
uint32_t getTaxiCurrentNode() const { return currentTaxiData_.nearestNode; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue