From 1b4f8f3688c4d9b4ec1e17b9bea6dc27ef77071a Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Fri, 3 Jul 2020 12:53:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E5=A4=A7=E5=9C=B0=E5=9B=BE=E9=80=8F=E6=98=8E=E5=9C=B0=E9=9D=A2?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _server/editor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_server/editor.js b/_server/editor.js index d94e97f6..6adec79d 100644 --- a/_server/editor.js +++ b/_server/editor.js @@ -443,6 +443,8 @@ editor.prototype.drawPosSelection = function () { editor.prototype._updateMap_bigmap = function () { var bm=editor.dom.ebmCtx; bm.clearRect(0, 0, core.__PIXELS__, core.__PIXELS__); + bm.fillStyle = '#000000'; + bm.fillRect(0, 0, core.__PIXELS__, core.__PIXELS__); core.drawThumbnail(editor.currentFloorId, core.status.thisMap.blocks, null, {ctx: bm, all: true}); var width = editor.currentFloorData.width;