mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 18:06:02 +00:00
pixelperfect: run only once during startup
This commit is contained in:
@@ -36,10 +36,7 @@ pfUI:RegisterModule("pixelperfect", "vanilla:tbc", function ()
|
||||
pixelperfect()
|
||||
end
|
||||
|
||||
pfUI.pixelperfect = {}
|
||||
function pfUI.pixelperfect:UpdateConfig()
|
||||
pixelperfect()
|
||||
end
|
||||
|
||||
pfUI.pixelperfect:UpdateConfig()
|
||||
pfUI.pixelperfect = {
|
||||
UpdateConfig = pixelperfect
|
||||
}
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user