Compare commits

..

No commits in common. "f38451a7b4fa0b7855a3b44bbad738dc7f01d5fd" and "633e5fe95f6ad7eacb9ef397405d3d5fe6442923" have entirely different histories.

View file

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