Skip to content

Commit 7b92ee4

Browse files
committed
Fix default value of enableScrollDelta
1 parent dc5ddec commit 7b92ee4

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)