Skip to content

Commit ba5981a

Browse files
committed
Removed a console.log from the TilingSprite generator.
1 parent dc70175 commit ba5981a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,12 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
324324

325325
* TypeScript definitions fixes and updates (thanks @clark-stevenson)
326326
* Docs typo fixes (thanks)
327+
* Removed a console.log from the TilingSprite generator.
327328

328329
### Bug Fixes
329330

331+
* The `mouseoutglobal` event listener wasn't removed when the game was destroyed (thanks @stoneman1 #2345 #2344 #2342)
332+
330333
### Pixi Updates
331334

332335
Please note that Phaser uses a custom build of Pixi and always has done. The following changes have been made to our custom build, not to Pixi in general.

src/pixi/extras/TilingSprite.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@ PIXI.TilingSprite.prototype.generateTilingTexture = function(forcePowerOfTwo, re
344344
var texture = this.texture;
345345
var frame = texture.frame;
346346

347-
console.log('generateTilingTexture', texture, frame);
348-
349347
var targetWidth = this._frame.sourceSizeW;
350348
var targetHeight = this._frame.sourceSizeH;
351349

0 commit comments

Comments
 (0)