mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fix up references to LibSharedMedia-2.0 after the library upgrade
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
IceHUD = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceDebug-2.0")
|
||||
|
||||
local waterfall = AceLibrary("Waterfall-1.0")
|
||||
local SML = AceLibrary("SharedMedia-1.0")
|
||||
local SML = AceLibrary("LibSharedMedia-2.0")
|
||||
|
||||
IceHUD.Location = "Interface\\AddOns\\IceHUD"
|
||||
IceHUD.options =
|
||||
|
Reference in New Issue
Block a user