frozn / TipTac

WoW AddOn TipTac Reborn
GNU General Public License v3.0
108 stars 20 forks source link

Leaking globals #214

Closed dmcooke closed 1 year ago

dmcooke commented 1 year ago

Fix a few inadvertent variable assignments that end up setting a global instead of a local. Fixes #213 .

frozn commented 1 year ago

Thanks for pointing this out! 👍

Merged and will be included in the next release.