Commit 8ccbd567 authored by wildfirecode's avatar wildfirecode

1

parent de78d61c
......@@ -22,9 +22,9 @@ class Layers extends eui.UILayer {
}
removeFirstBackground(): any {
if (this._bg)
this._bottomLayer.removeChild(this._bg);
this._bg = null;
// if (this._bg)
// this._bottomLayer.removeChild(this._bg);
// this._bg = null;
}
get topLayer() { return this._topLayer }
......
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