azerion / phaser-spine

A plugin for Phaser 2 that adds Spine support
MIT License
121 stars 57 forks source link

Examples fail with latest phaser #36

Closed KIVassilev closed 7 years ago

KIVassilev commented 7 years ago

Phaser v2.4.3 | Pixi.js v2.2.8 | WebGL | WebAudio

All the examples - index.html, goblins.html fail with the following:

phaser.min.js:8 Uncaught TypeError: Cannot read property '0' of undefined at b.WebGLBlendModeManager.setBlendMode (phaser.min.js:8) at b.WebGLSpriteBatch.flush (phaser.min.js:8) at b.WebGLSpriteBatch.end (phaser.min.js:8) at b.WebGLRenderer.renderDisplayObject (phaser.min.js:8) at b.WebGLRenderer.render (phaser.min.js:8) at c.Game.updateRender (phaser.min.js:13) at c.Game.update (phaser.min.js:13) at c.RequestAnimationFrame.updateRAF (phaser.min.js:18) at window.requestAnimationFrame.forceSetTimeOut._onLoop (phaser.min.js:18)