From 2f6430e7be56cb9be86999ae0cfb2d462e0eab69 Mon Sep 17 00:00:00 2001 From: "Alt, Michael" Date: Tue, 17 Dec 2019 11:16:51 +0100 Subject: [PATCH] fix --- core/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/display.js b/core/display.js index 05bee2ea..568a1394 100644 --- a/core/display.js +++ b/core/display.js @@ -737,7 +737,7 @@ export default class Display { const a = this._renderQ[0]; switch (a.type) { case 'flip': - this.flip(true); + //this.flip(true); break; case 'copy': this.copyImage(a.old_x, a.old_y, a.x, a.y, a.width, a.height, true);