Commit 4dcbae00 authored by wangxin's avatar wangxin

Update Scene.js

parent 453dbde7
...@@ -197,7 +197,7 @@ cc.Class({ ...@@ -197,7 +197,7 @@ cc.Class({
} }
var self = this; var self = this;
this.node.scheduleOnce(function () { this.scheduleOnce(function () {
self.pic_container.getComponent(cc.Layout).enabled = false; self.pic_container.getComponent(cc.Layout).enabled = false;
}, 0.5); }, 0.5);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment