mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Fix movement animations and NPC baked textures
This commit is contained in:
parent
ba4b503269
commit
1119f48409
3 changed files with 33 additions and 5 deletions
|
|
@ -1083,6 +1083,7 @@ private:
|
|||
int visibleItemStride_ = 2;
|
||||
std::unordered_map<uint64_t, std::array<uint32_t, 19>> otherPlayerVisibleItemEntries_;
|
||||
std::unordered_set<uint64_t> otherPlayerVisibleDirty_;
|
||||
std::unordered_map<uint64_t, uint32_t> otherPlayerMoveTimeMs_;
|
||||
|
||||
// ---- Phase 2: Combat ----
|
||||
bool autoAttacking = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue