Merge branch 'main' into develop
This commit is contained in:
commit
f38451a7b4
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