mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fixed error caused by disabling click targeting on the targethealth frame
This commit is contained in:
@ -734,7 +734,7 @@ function IceTargetHealth.prototype:EnableClickTargeting(bEnable)
|
|||||||
--ClickCastFrames = ClickCastFrames or {}
|
--ClickCastFrames = ClickCastFrames or {}
|
||||||
--ClickCastFrames[self.frame.button] = false
|
--ClickCastFrames[self.frame.button] = false
|
||||||
|
|
||||||
self.frame.button:SetParent()
|
self.frame.button:SetParent(nil)
|
||||||
self.frame.button = nil
|
self.frame.button = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user