Merge pull request #2035 from MantriHimaVamshi-AidenAI/patch-1
Fix comment typo in display.js
This commit is contained in:
commit
6d0a974665
|
|
@ -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