Performance Improvements Part 3
Sellorio opened this issue · 0 comments
This involves adding logic to determine when to update various characteristics for an action bar button.
The current logic updates everything about every macro-bound action button every frame.
The new logic will use the following to determine when to update:
- events fired for the macro's spell or item (only characteristics related to the event are updated)
- a recorded list of macro's whose spell or item has changed since last frame (full update for the specific action button)