mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
- fix up references to LibSharedMedia-2.0 after the library upgrade
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
local AceOO = AceLibrary("AceOO-2.0")
|
local AceOO = AceLibrary("AceOO-2.0")
|
||||||
local SML = AceLibrary("SharedMedia-1.0")
|
local SML = AceLibrary("LibSharedMedia-2.0")
|
||||||
|
|
||||||
IceElement = AceOO.Class("AceEvent-2.0")
|
IceElement = AceOO.Class("AceEvent-2.0")
|
||||||
IceElement.virtual = true
|
IceElement.virtual = true
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
IceHUD = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceDebug-2.0")
|
IceHUD = AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceDebug-2.0")
|
||||||
|
|
||||||
local waterfall = AceLibrary("Waterfall-1.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.Location = "Interface\\AddOns\\IceHUD"
|
||||||
IceHUD.options =
|
IceHUD.options =
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
local AceOO = AceLibrary("AceOO-2.0")
|
local AceOO = AceLibrary("AceOO-2.0")
|
||||||
local SML = AceLibrary("SharedMedia-1.0")
|
local SML = AceLibrary("LibSharedMedia-2.0")
|
||||||
|
|
||||||
local TargetOfTarget = AceOO.Class(IceElement)
|
local TargetOfTarget = AceOO.Class(IceElement)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user