diff options
Diffstat (limited to 'scene/resources/animation.h')
| -rw-r--r-- | scene/resources/animation.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/animation.h b/scene/resources/animation.h index fd22cc445c..66bc71c834 100644 --- a/scene/resources/animation.h +++ b/scene/resources/animation.h @@ -70,7 +70,7 @@ private:  		bool loop_wrap = true;  		NodePath path; // path to something  		bool imported = false; -		bool enabled = false; +		bool enabled = true;  		Track() {}  		virtual ~Track() {}  	};  |