mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40: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[self.frame.button] = false
|
||||
|
||||
self.frame.button:SetParent()
|
||||
self.frame.button:SetParent(nil)
|
||||
self.frame.button = nil
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user