summaryrefslogtreecommitdiff
path: root/Client/Assets/Behavior Designer/Runtime/Basic Tasks/Animator/GetIntegerParameter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Behavior Designer/Runtime/Basic Tasks/Animator/GetIntegerParameter.cs')
-rw-r--r--Client/Assets/Behavior Designer/Runtime/Basic Tasks/Animator/GetIntegerParameter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Client/Assets/Behavior Designer/Runtime/Basic Tasks/Animator/GetIntegerParameter.cs b/Client/Assets/Behavior Designer/Runtime/Basic Tasks/Animator/GetIntegerParameter.cs
index 920d5bc4..ce424589 100644
--- a/Client/Assets/Behavior Designer/Runtime/Basic Tasks/Animator/GetIntegerParameter.cs
+++ b/Client/Assets/Behavior Designer/Runtime/Basic Tasks/Animator/GetIntegerParameter.cs
@@ -29,7 +29,7 @@ namespace BehaviorDesigner.Runtime.Tasks.Basic.UnityAnimator
public override TaskStatus OnUpdate()
{
if (animator == null) {
- //Debug.LogWarning("Animator is null");
+ Debug.LogWarning("Animator is null");
return TaskStatus.Failure;
}