From fa7e44ac1c7910eef63efdffaaa1cf65517fe8a3 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sat, 22 Apr 2023 17:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=BC=BA=E5=A4=A7=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E7=9A=84=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/libs/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/libs/core.js b/public/libs/core.js index 6e34670..fc50764 100644 --- a/public/libs/core.js +++ b/public/libs/core.js @@ -115,7 +115,7 @@ function core() { width: main.mode == 'editor' ? this.__SIZE__ : this._WIDTH_, // map width and height height: main.mode == 'editor' ? this.__SIZE__ : this._HEIGHT_, v2: false, - threshold: 1024, + threshold: 512, extend: 10, scale: 1.0, tempCanvas: null, // A temp canvas for drawing