ncannasse 8 years ago
parent
commit
68e1528f95
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/comp/PropsEditor.hx

+ 1 - 0
hide/comp/PropsEditor.hx

@@ -180,6 +180,7 @@ class PropsField extends Component {
 			return;
 		case "range":
 			range = new hide.comp.Range(f);
+			range.value = current;
 			range.onChange = function(temp) {
 				tempChange = temp;
 				setVal(range.value);