From 2848b06371ad08f2d1a6c6d112a8c2d0ea4b9d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=8C=AF=E5=8D=87?= <> Date: Mon, 3 Jul 2023 17:28:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=20=E7=A7=BB=E9=99=A4webgl?= =?UTF-8?q?=E9=AB=98=E7=BA=A7=E7=89=B9=E6=80=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/working-area/working-area.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/working-area/working-area.component.ts b/src/app/working-area/working-area.component.ts index 7b3e047..f8d841d 100644 --- a/src/app/working-area/working-area.component.ts +++ b/src/app/working-area/working-area.component.ts @@ -548,7 +548,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV backgroundColor: 0xE9EAEA }); //关闭模板缓冲区 - PIXI.settings.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT = false; + // PIXI.settings.FAIL_IF_MAJOR_PERFORMANCE_CAVEAT = false; this.content.nativeElement.appendChild(this.app.view); this.app.view.style.border = '1px dashed blue'; this.animator = new Charm(PIXI);