Ver código fonte

Fix reverse being true by default

trethaller 6 anos atrás
pai
commit
44cbf7078c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      h2d/Flow.hx

+ 1 - 1
h2d/Flow.hx

@@ -174,7 +174,7 @@ class Flow extends Object {
 	/**
 		When set to true, children are aligned in reverse order
 	**/
-	public var reverse(default,set) : Bool = true;
+	public var reverse(default,set) : Bool = false;
 
 	var background : h2d.ScaleGrid;
 	var debugGraphics : h2d.Graphics;