Explorar o código

Model: change default value of hmd.savePropsByAnimation

lviguier hai 7 meses
pai
achega
ed5015157c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hide/view/Model.hx

+ 1 - 1
hide/view/Model.hx

@@ -104,7 +104,7 @@ class Model extends FileView {
 	}
 
 	function getPropsPath() {
-		var path = config.get("hmd.savePropsByAnimation") ? currentAnimation.file : getPath();
+		var path = config.get("hmd.savePropsByAnimation", true) ? currentAnimation.file : getPath();
 		var parts = path.split(".");
 		parts.pop();
 		parts.push("props");