Pull 2nd lot of develop changes into 0.9.0 #439

Merged
Vylpes merged 30 commits from develop into release/0.9.0 2025-05-18 11:05:56 +01:00
Showing only changes of commit c4e345cc46 - Show all commits

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);
}