diff --git a/core/display.js b/core/display.js index b252f99e..3b12f102 100644 --- a/core/display.js +++ b/core/display.js @@ -69,6 +69,7 @@ export default function Display(target) { throw new Error("Canvas does not support createImageData"); } + this._tile16x16 = this._drawCtx.createImageData(16, 16); Log.Debug("<< Display.constructor"); };