Skip to content

Commit c7cae6e

Browse files
committed
Update Tilemap.js
1 parent 05ce6f6 commit c7cae6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tilemap/Tilemap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ Phaser.Tilemap.prototype = {
896896
this.preventingRecalculate = true;
897897
this.needToRecalculate = {};
898898
}
899-
if((value===false)&&(this.preventRecalculate===true)){
899+
if((value===false)&&(this.preventingRecalculate===true)){
900900
this.preventingRecalculate = false;
901901
for(var i in this.needToRecalculate){
902902
this.calculateFaces(i);

0 commit comments

Comments
 (0)