Compare commits
No commits in common. "f38451a7b4fa0b7855a3b44bbad738dc7f01d5fd" and "633e5fe95f6ad7eacb9ef397405d3d5fe6442923" have entirely different histories.
f38451a7b4
...
633e5fe95f
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
Add a link
Reference in a new issue