View Single Post
03-25-16, 07:21 PM   #7
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by MunkDev View Post
I removed the texture update from the update script, since it wasn't really necessary. Just lazy coding that wasn't problematic at the time of inception. Moved it to events instead.

Here's another place in which it happens:
https://github.com/seblindfors/Conso...tton.lua#L1153

This is a modified libactionbutton (used in Bartender) and the masked texture causes the same error here. This texture update only happens on 15 out of 60 action buttons.
I'm not sure about that. It should not get triggered for 15 updates.

The only thing i could found is:
https://github.com/seblindfors/Conso...apper.lua#L200

Shouldn't this be %s instead of "%s"?

Anyway it's 3am here so i'll check back tomorrow if noone can help you untill.

Last edited by Resike : 03-25-16 at 07:25 PM.
  Reply With Quote