Fix some leftover references to idle_frame

This commit is contained in:
kobewi 2021-10-04 20:57:31 +02:00
parent 8f227e9da3
commit 6397eaa27e
5 changed files with 8 additions and 10 deletions

View file

@ -121,7 +121,7 @@ public:
ret = STEP_EXIT_FUNCTION_BIT;
break; //return the yield
case VisualScriptYield::YIELD_FRAME:
state->connect_to_signal(tree, "idle_frame", Array());
state->connect_to_signal(tree, "process_frame", Array());
break;
case VisualScriptYield::YIELD_PHYSICS_FRAME:
state->connect_to_signal(tree, "physics_frame", Array());