maint: comment change
This commit is contained in:
@@ -32,7 +32,7 @@ namespace NodeCanvas.Tasks.Actions {
|
||||
}
|
||||
|
||||
protected override void OnExecute(){
|
||||
Debug.Log($"{outputTo.value}, {agent.actions[actionName.value].ReadValue<T>()}");
|
||||
// Debug.Log($"{outputTo.value}, {agent.actions[actionName.value].ReadValue<T>()}");
|
||||
|
||||
outputTo.value = agent.actions[actionName.value].ReadValue<T>();
|
||||
EndAction();
|
||||
|
||||
Reference in New Issue
Block a user