mirror of https://github.com/axmolengine/axmol.git
Bug fix in cc.VisibleRect
This commit is contained in:
parent
f793ff01b2
commit
8c1c9fef15
|
@ -683,6 +683,7 @@ cc.VisibleRect = {
|
||||||
lazyInit: function(){
|
lazyInit: function(){
|
||||||
if (!this._isInitialized) {
|
if (!this._isInitialized) {
|
||||||
this.init();
|
this.init();
|
||||||
|
this._isInitialized = true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getWidth:function(){
|
getWidth:function(){
|
||||||
|
|
Loading…
Reference in New Issue