Explorar o código

Fix Animation tracks disabled by default

Was a regression from #45845.
Rémi Verschelde %!s(int64=4) %!d(string=hai) anos
pai
achega
f49433c91c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scene/resources/animation.h

+ 1 - 1
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() {}
 	};