Use render tiles instead of source tiles for hit detection

This commit is contained in:
Andreas Hocevar
2019-10-30 11:44:12 +01:00
parent 97d0d277fb
commit 7097a4c6ba
3 changed files with 29 additions and 35 deletions

View File

@@ -87,11 +87,6 @@ class Tile extends EventTarget {
const options = opt_options ? opt_options : {};
/**
* @type {ImageData}
*/
this.hitDetectionImageData = null;
/**
* @type {import("./tilecoord.js").TileCoord}
*/