mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- more fixes for compatibility between clique and the info modules
This commit is contained in:
@ -915,6 +915,10 @@ function PlayerHealth.prototype:EnableClickTargeting(bEnable)
|
||||
else
|
||||
self.frame.button:EnableMouse(false)
|
||||
self.frame.button:RegisterForClicks()
|
||||
|
||||
-- set up click casting
|
||||
ClickCastFrames = ClickCastFrames or {}
|
||||
ClickCastFrames[self.frame.button] = true
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user