fixed fullscreen swiper

This commit is contained in:
logsol 2014-12-26 23:53:44 +01:00
parent af0fb2ef6e
commit b152053d18
3 changed files with 13 additions and 9 deletions

View file

@ -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 () {