This commit is contained in:
Pierre Ossman 2017-12-14 12:50:38 +01:00
commit 72abf78487
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ export default function Display(target) {
throw new Error("Canvas does not support createImageData"); throw new Error("Canvas does not support createImageData");
} }
this._tile16x16 = this._drawCtx.createImageData(16, 16);
Log.Debug("<< Display.constructor"); Log.Debug("<< Display.constructor");
}; };