Skip to content

Commit bfd045c

Browse files
committed
Fixed fake Zone State
1 parent 7eaa456 commit bfd045c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

v3/src/actions/GridAlign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var AlignIn = require('../utils/align/AlignIn');
33
var Zone = require('../gameobjects/zone/Zone');
44
var GetValue = require('../utils/object/GetValue');
55

6-
var tempZone = new Zone({}, 0, 0, 1, 1);
6+
var tempZone = new Zone({ sys: { sortChildrenFlag: false }}, 0, 0, 1, 1);
77

88
/**
99
* This method iterates through all children in the Group (regardless if they are visible or exist)

v3/src/checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var CHECKSUM = {
2-
build: '1e0381c0-6125-11e7-9207-dda8a31646eb'
2+
build: '32439350-6337-11e7-bb93-79c58a42c729'
33
};
44
module.exports = CHECKSUM;

0 commit comments

Comments
 (0)