removed print
This commit is contained in:
parent
4f5a7ebaec
commit
5b035107e3
1 changed files with 0 additions and 4 deletions
|
@ -458,10 +458,6 @@ float AnimationNodeStateMachine::process(float p_time, bool p_seek) {
|
||||||
rem = blend_node(states[end_node], 0, true, 0, FILTER_IGNORE, false);
|
rem = blend_node(states[end_node], 0, true, 0, FILTER_IGNORE, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get_parent().is_valid() && get_parent()->is_class("AnimationNodeStateMachine")) {
|
|
||||||
print_line("rem: " + rtos(rem));
|
|
||||||
}
|
|
||||||
|
|
||||||
return rem;
|
return rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue