Skip to content

Commit 410cfd2

Browse files
committed
Code reformatting.
1 parent 9238622 commit 410cfd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tilemap/Tilemap.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,8 @@ Phaser.Tilemap.prototype = {
914914
*/
915915
calculateFaces: function (layer) {
916916

917-
if(this.preventingRecalculate===true){
917+
if (this.preventingRecalculate)
918+
{
918919
this.needToRecalculate[layer] = true;
919920
return;
920921
}

0 commit comments

Comments
 (0)