added logging
This commit is contained in:
parent
2d76947751
commit
7f0e554dea
|
|
@ -734,7 +734,7 @@ export default class Display {
|
||||||
let ready = true;
|
let ready = true;
|
||||||
while (ready && this._renderQ.length > 0) {
|
while (ready && this._renderQ.length > 0) {
|
||||||
const a = this._renderQ[0];
|
const a = this._renderQ[0];
|
||||||
console.log(a);
|
Log.Debug(a);
|
||||||
switch (a.type) {
|
switch (a.type) {
|
||||||
case 'flip':
|
case 'flip':
|
||||||
this.flip(true);
|
this.flip(true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue