mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 06:30:38 +00:00
Update Tilemap.js
This commit is contained in:
parent
7fb5c8cf5d
commit
cdaab269a0
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ Phaser.Tilemap.prototype = {
|
|||
* @param {boolean} if true it will put the recalculation on hold.
|
||||
*/
|
||||
setPreventRecalculate: function (value) {
|
||||
if((value===true)&&(this.preventingRecalculate===false)){
|
||||
if((value===true)&&(this.preventingRecalculate!==true)){
|
||||
this.preventingRecalculate = true;
|
||||
this.needToRecalculate = {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue