mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
AnimationTreePlayer: constructor now sets processing mode.
This commit is contained in:
parent
a7e37586f3
commit
ed497cb153
@ -1860,7 +1860,6 @@ AnimationTreePlayer::AnimationTreePlayer() {
|
||||
out_name="out";
|
||||
out->pos=Point2(40,40);
|
||||
node_map.insert( out_name , out);
|
||||
AnimationProcessMode animation_process_mode;
|
||||
animation_process_mode = ANIMATION_PROCESS_IDLE;
|
||||
processing = false;
|
||||
active=false;
|
||||
|
Loading…
Reference in New Issue
Block a user