pandavigoureux29 Posted December 30, 2014 Share Posted December 30, 2014 Hi, I've been encountering an issue since I uploaded to 2.2.1 I want to load a texture tilesprite.loadTexture("imageName");With sprites, it works fine. But with tilesprites, it crashes : Uncaught TypeError: undefined is not a function at phaser.js 10857 I went to phaser.js to see the line that looks like this :PIXI.updateWebGLTexture(this.tilingTexture.baseTexture, renderSession.gl);It seems that PIXI.updateWebGLTexture is undefined ! ( I console.log it )Just so you know, I'm in WebGL mode. Thanks for your help Link to comment Share on other sites More sharing options...
rich Posted December 30, 2014 Share Posted December 30, 2014 Hmm sounds like a bug - github issue please! Then we can look at it for 2.2.2 next week. Link to comment Share on other sites More sharing options...
pandavigoureux29 Posted December 30, 2014 Author Share Posted December 30, 2014 I've added a new issue on the github. Should I close this topic? Link to comment Share on other sites More sharing options...
pandavigoureux29 Posted January 7, 2015 Author Share Posted January 7, 2015 Fixed in version 2.2.2 Link to comment Share on other sites More sharing options...
Recommended Posts