Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OverrideUpdateColor called on wrong frame? #4

Closed
mkarer opened this issue Aug 14, 2016 · 1 comment
Closed

OverrideUpdateColor called on wrong frame? #4

mkarer opened this issue Aug 14, 2016 · 1 comment
Assignees
Labels

Comments

@mkarer
Copy link

mkarer commented Aug 14, 2016

Line 95 in oUF_Experience.lua currently says:
(self.OverrideUpdateColor or UpdateColor)(element, showHonor)

Shouldn't it be:
(element.OverrideUpdateColor or UpdateColor)(element, showHonor)

?

@p3lim p3lim added the bug label Aug 14, 2016
@p3lim p3lim self-assigned this Aug 14, 2016
@p3lim
Copy link
Member

p3lim commented Aug 14, 2016

You're correct, thanks for reporting.

@p3lim p3lim closed this as completed in 171f62e Aug 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants