Fix linting
This commit is contained in:
parent
659906e562
commit
c4e345cc46
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export default class ImageHelper {
|
||||||
const imageY = imageHeight * y;
|
const imageY = imageHeight * y;
|
||||||
|
|
||||||
ctx.drawImage(image, imageX, imageY);
|
ctx.drawImage(image, imageX, imageY);
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
AppLogger.CatchError("ImageHelper", e);
|
AppLogger.CatchError("ImageHelper", e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue