From e322b4f4af8babb0d695c796905f51a31c900cca Mon Sep 17 00:00:00 2001 From: ketoo <342006@qq.com> Date: Tue, 27 Oct 2015 21:51:07 +0800 Subject: [PATCH] fixed for build --- NFActor/NFIActor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NFActor/NFIActor.cs b/NFActor/NFIActor.cs index ef0bae1..4f9d1a7 100644 --- a/NFActor/NFIActor.cs +++ b/NFActor/NFIActor.cs @@ -29,7 +29,6 @@ public abstract class NFIActor : NFBehaviour public T GetComponent() { Type xType = typeof(T); - NFBehaviour xBehaviour = GetComponent(xType); object xBehaviour = GetComponent(xType); if (null != xBehaviour) {