去掉日志
This commit is contained in:
parent
378ebcde83
commit
2571489ea4
@ -102,7 +102,6 @@ public class StateMachineController : MonoSingleton<StateMachineController>
|
||||
{
|
||||
if (trans.condition == null || trans.condition.Check())
|
||||
{
|
||||
Debug.LogError(trans.from + "To:" + trans.to);
|
||||
item.Value.fsm.ChangeState(trans.to);
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user