From c97d8eb7f0900cb6895acb2e5bdce1044931b91a Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 22 Feb 2019 19:39:47 +0800 Subject: *misc --- Source/Asura.Framework/scripts/graphics/animator.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/Asura.Framework/scripts/graphics') 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 -- cgit v1.1-26-g67d0