Skip to content

Commit 2d5d75d

Browse files
committed
Get from sys instead.
1 parent 8c479a5 commit 2d5d75d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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: '81d87e60-1b1d-11e7-ab98-ff38934eb5bb'
2+
build: '0f40b6a0-1b37-11e7-9eae-cd352333bf02'
33
};
44
module.exports = CHECKSUM;

v3/src/gameobjects/layer/Layer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var Layer = new Class({
4545
{
4646
if (visible === undefined) { visible = true; }
4747

48-
var child = this.state.children.add(new this.classType(this.state, x, y, key, frame));
48+
var child = this.state.sys.children.add(new this.classType(this.state, x, y, key, frame));
4949

5050
child.visible = visible;
5151

0 commit comments

Comments
 (0)