Pull 2nd lot of develop changes into 0.9.0 #439
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