summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/graphics/animator.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/scripts/graphics/animator.lua')
-rw-r--r--Source/Asura.Framework/scripts/graphics/animator.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asura.Framework/scripts/graphics/animator.lua b/Source/Asura.Framework/scripts/graphics/animator.lua
index 5c77adc..c019dfa 100644
--- a/Source/Asura.Framework/scripts/graphics/animator.lua
+++ b/Source/Asura.Framework/scripts/graphics/animator.lua
@@ -1,6 +1,6 @@
local Component = AsuraEngine.Framework.Require("component")
-AsuraEngine.Animator = Component.Sub("Animator")
+AsuraEngine.Animator = Component.Extend("Animator")
local Animator = AsuraEngine.Animator