From c438854e1da8d7025ee85e23dd37c2523c488725 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 08 十月 2024 13:17:34 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/map/player.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zy-acs-flow/src/map/player.js b/zy-acs-flow/src/map/player.js
index 3e33579..afc1904 100644
--- a/zy-acs-flow/src/map/player.js
+++ b/zy-acs-flow/src/map/player.js
@@ -7,7 +7,7 @@
         this.app = new PIXI.Application({
             background: '#f1f2f6',
             antialias: true,
-            // resizeTo: dom, // 鑷姩璋冩暣 canvas 灏哄
+            resizeTo: dom, // 鑷姩璋冩暣 canvas 灏哄
         })
         this.app.stage.eventMode = 'static';
         this.app.stage.hitArea = this.app.screen;

--
Gitblit v1.9.1