浏览代码

AnimationTreePlayer: constructor now sets processing mode.

Josh Grams 9 年之前
父节点
当前提交
ed497cb153
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      scene/animation/animation_tree_player.cpp

+ 0 - 1
scene/animation/animation_tree_player.cpp

@@ -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;