Merge pull request #4284 from JoshuaGrams/atp-process-mode
AnimationTreePlayer: constructor now sets processing mode.
This commit is contained in:
commit
29ed58eab6
@ -1855,7 +1855,6 @@ AnimationTreePlayer::AnimationTreePlayer() {
|
|||||||
out_name="out";
|
out_name="out";
|
||||||
out->pos=Point2(40,40);
|
out->pos=Point2(40,40);
|
||||||
node_map.insert( out_name , out);
|
node_map.insert( out_name , out);
|
||||||
AnimationProcessMode animation_process_mode;
|
|
||||||
animation_process_mode = ANIMATION_PROCESS_IDLE;
|
animation_process_mode = ANIMATION_PROCESS_IDLE;
|
||||||
processing = false;
|
processing = false;
|
||||||
active=false;
|
active=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user