mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Fixed a misplaced default setting
This commit is contained in:
@ -93,12 +93,6 @@ function IceBarElement.prototype:GetOptions()
|
||||
end
|
||||
|
||||
|
||||
function IceBarElement.prototype:GetDefaultSettings()
|
||||
local defaults = IceBarElement.super.prototype.GetDefaultSettings(self)
|
||||
defaults["barFontSize"] = 13
|
||||
return defaults
|
||||
end
|
||||
|
||||
|
||||
-- OVERRIDE
|
||||
function IceBarElement.prototype:Redraw()
|
||||
|
Reference in New Issue
Block a user