Forráskód Böngészése

Model: change default value of hmd.savePropsByAnimation

lviguier 6 hónapja
szülő
commit
ed5015157c
1 módosított fájl, 1 hozzáadás és 1 törlés
  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");