Fix comment typo in display.js
I noticed a simple typo - "inoder rendering"
This commit is contained in:
parent
d44f7e04fc
commit
ef3257037f
|
|
@ -14,7 +14,7 @@ export default class Display {
|
||||||
constructor(target) {
|
constructor(target) {
|
||||||
this._drawCtx = null;
|
this._drawCtx = null;
|
||||||
|
|
||||||
this._renderQ = []; // queue drawing actions for in-oder rendering
|
this._renderQ = []; // queue drawing actions for in-order rendering
|
||||||
this._flushPromise = null;
|
this._flushPromise = null;
|
||||||
|
|
||||||
// the full frame buffer (logical canvas) size
|
// the full frame buffer (logical canvas) size
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue