Explorar o código

Fix reverse being true by default

trethaller %!s(int64=6) %!d(string=hai) anos
pai
achega
44cbf7078c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;