maint: comment change

This commit is contained in:
Chris
2025-08-06 15:24:40 -04:00
parent 9e8616f8da
commit 8c3f4926ef

View File

@@ -32,7 +32,7 @@ namespace NodeCanvas.Tasks.Actions {
} }
protected override void OnExecute(){ 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>(); outputTo.value = agent.actions[actionName.value].ReadValue<T>();
EndAction(); EndAction();