From ffbe884e10222d441bf21c397730e93e00dbae38 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 09 十月 2024 12:58:01 +0800 Subject: [PATCH] # --- zy-acs-flow/src/map/player.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/map/player.js b/zy-acs-flow/src/map/player.js index 62a8179..2cb44a1 100644 --- a/zy-acs-flow/src/map/player.js +++ b/zy-acs-flow/src/map/player.js @@ -24,7 +24,6 @@ } resize(width, height) { - console.log(width, height); this.app.renderer.resize(width, height); this.mapContainer.children.forEach((child) => { child.x = width / 2; -- Gitblit v1.9.1