mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Update Tilemap.js
This commit is contained in:
parent
05ce6f60a1
commit
c7cae6ece7
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ Phaser.Tilemap.prototype = {
|
|||
this.preventingRecalculate = true;
|
||||
this.needToRecalculate = {};
|
||||
}
|
||||
if((value===false)&&(this.preventRecalculate===true)){
|
||||
if((value===false)&&(this.preventingRecalculate===true)){
|
||||
this.preventingRecalculate = false;
|
||||
for(var i in this.needToRecalculate){
|
||||
this.calculateFaces(i);
|
||||
|
|
Loading…
Reference in a new issue