Browse Source

Fix h2d.Flow compilation

Leonardo Jeanteur 2 years ago
parent
commit
2dfecb7a18
1 changed files with 1 additions and 0 deletions
  1. 1 0
      h2d/Flow.hx

+ 1 - 0
h2d/Flow.hx

@@ -216,6 +216,7 @@ class FlowProperties {
 	function set_autoSize(s) {
 	function set_autoSize(s) {
 		autoSizeWidth = s;
 		autoSizeWidth = s;
 		autoSizeHeight = s;
 		autoSizeHeight = s;
+		return s;
 	}
 	}
 
 
 }
 }