Hit detect everything with a pixel ratio of 1
This commit is contained in:
@@ -154,10 +154,9 @@ class ImageStyle {
|
||||
|
||||
/**
|
||||
* @abstract
|
||||
* @param {number} pixelRatio Pixel ratio.
|
||||
* @return {HTMLCanvasElement|HTMLVideoElement|HTMLImageElement} Image element.
|
||||
*/
|
||||
getHitDetectionImage(pixelRatio) {
|
||||
getHitDetectionImage() {
|
||||
return abstract();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user