mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 16:03:52 +00:00
Fix transport sync and stabilize WMO/tunnel grounding
This commit is contained in:
parent
8bf63b1f06
commit
a0f8120157
9 changed files with 637 additions and 94 deletions
|
|
@ -430,6 +430,7 @@ private:
|
|||
// Animation update buffers (avoid per-frame allocation)
|
||||
std::vector<size_t> boneWorkIndices_; // Reused each frame
|
||||
std::vector<std::future<void>> animFutures_; // Reused each frame
|
||||
bool spatialIndexDirty_ = false;
|
||||
|
||||
// Smoke particle system
|
||||
std::vector<SmokeParticle> smokeParticles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue