Update Tilemap.js

This commit is contained in:
sivael 2014-06-27 14:21:45 +02:00
parent 05ce6f60a1
commit c7cae6ece7

View file

@ -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);