Initalize cached 16x16 tile.

This commit is contained in:
Josiah White 2017-11-30 03:17:02 -05:00
parent 7f39868158
commit baf822d3de
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");
}
this._tile16x16 = this._drawCtx.createImageData(16, 16);
Log.Debug("<< Display.constructor");
};