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;
|
||||
|
||||
ctx.drawImage(image, imageX, imageY);
|
||||
}
|
||||
}
|
||||
catch (e) {
|
||||
AppLogger.CatchError("ImageHelper", e);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue