From 06adb72bc3e3b02706c6dc98b891e0c0ac675b9d Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Fri, 4 Oct 2024 01:10:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=B2=E6=9F=93=E6=A0=B9=E5=85=83?= =?UTF-8?q?=E7=B4=A0=E4=B8=8D=E8=83=BD=E5=8F=96=E6=B6=88alpha=E9=80=9A?= =?UTF-8?q?=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/render/render.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/render/render.ts b/src/core/render/render.ts index a1ab524..b6afca2 100644 --- a/src/core/render/render.ts +++ b/src/core/render/render.ts @@ -13,7 +13,7 @@ export class MotaRenderer extends Container { constructor(id: string = 'render-main') { super('static', false); - this.target = new MotaCanvas2D(id, true, false); + this.target = new MotaCanvas2D(id); this.size(core._PX_, core._PY_); this.target.withGameScale(true); this.target.size(core._PX_, core._PY_);