mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed fullscreen swiper
This commit is contained in:
parent
af0fb2ef6e
commit
b152053d18
3 changed files with 13 additions and 9 deletions
|
|
@ -74,8 +74,7 @@ function (Parent, DomController, PIXI, Settings, Nc, Exception, GameStats, Layer
|
|||
this.layerManager.insert(this.ghostLayer, false);
|
||||
|
||||
this.swiperLayer = new Swiper();
|
||||
this.stage.addChild(this.swiperLayer.getContainer());
|
||||
//this.layerManager.insert(this.swiperLayer, false);
|
||||
this.layerManager.insert(this.swiperLayer, false);
|
||||
}
|
||||
|
||||
PixiView.prototype.render = function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue