Skip to content

Commit 0753bf5

Browse files
authored
Merge pull request phaserjs#2918 from mdutra/patch-1
Enable delta scroll rendering by default for tilemaps
2 parents b1aaf9d + 7b92ee4 commit 0753bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v2-community/src/tilemap/TilemapLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Phaser.TilemapLayer = function (game, tilemap, index, width, height) {
9696
* @default
9797
*/
9898
this.renderSettings = {
99-
enableScrollDelta: false,
99+
enableScrollDelta: true,
100100
overdrawRatio: 0.20,
101101
copyCanvas: null
102102
};

0 commit comments

Comments
 (0)