Merge branch 'main' into develop
All checks were successful
Deploy To Stage / build (push) Successful in 47s
Deploy To Stage / deploy (push) Successful in 15s

This commit is contained in:
Ethan Lane 2025-04-23 10:41:27 +01:00
commit f38451a7b4

View file

@ -67,7 +67,7 @@ export default class ImageHelper {
const imageY = imageHeight * y;
ctx.drawImage(image, imageX, imageY);
}
}
catch (e) {
AppLogger.CatchError("ImageHelper", e);
}