diff options
author | chai <chaifix@163.com> | 2019-02-22 19:39:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-02-22 19:39:47 +0800 |
commit | c97d8eb7f0900cb6895acb2e5bdce1044931b91a (patch) | |
tree | c9598d956f6e6369c6d35dc362c1712c55461ae4 /Source/Asura.Framework/scripts/graphics/animator.lua | |
parent | 70db40343bf64502ce13a70a4e27fca1125538b5 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Framework/scripts/graphics/animator.lua')
-rw-r--r-- | Source/Asura.Framework/scripts/graphics/animator.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Asura.Framework/scripts/graphics/animator.lua b/Source/Asura.Framework/scripts/graphics/animator.lua index 170d31f..5c77adc 100644 --- a/Source/Asura.Framework/scripts/graphics/animator.lua +++ b/Source/Asura.Framework/scripts/graphics/animator.lua @@ -1,4 +1,6 @@ -AsuraEngine.Animator = AsuraEngine.Component.Sub("Animator") +local Component = AsuraEngine.Framework.Require("component") + +AsuraEngine.Animator = Component.Sub("Animator") local Animator = AsuraEngine.Animator |