This commit is contained in:
Alt, Michael 2019-12-17 11:16:51 +01:00
parent 6ceaafbc18
commit 2f6430e7be
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ export default class Display {
const a = this._renderQ[0]; const a = this._renderQ[0];
switch (a.type) { switch (a.type) {
case 'flip': case 'flip':
this.flip(true); //this.flip(true);
break; break;
case 'copy': case 'copy':
this.copyImage(a.old_x, a.old_y, a.x, a.y, a.width, a.height, true); this.copyImage(a.old_x, a.old_y, a.x, a.y, a.width, a.height, true);