Remove unnecessary print with AnimationNodeStateMachinePlayback
This commit is contained in:
parent
e3014467e4
commit
6a0a8bf814
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ void AnimationNodeStateMachinePlayback::start(const StringName &p_state) {
|
||||||
start_request_travel = false;
|
start_request_travel = false;
|
||||||
start_request = p_state;
|
start_request = p_state;
|
||||||
stop_request = false;
|
stop_request = false;
|
||||||
print_line("wants start");
|
|
||||||
}
|
}
|
||||||
void AnimationNodeStateMachinePlayback::stop() {
|
void AnimationNodeStateMachinePlayback::stop() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue