From 37aafb5d9bbdb7f538a3a7535f0934bbd0ab5de4 Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 24 Nov 2021 16:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=E8=B0=83=E6=95=B4=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Editor/TranstrolControl/TransformServices.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editor/TranstrolControl/TransformServices.ts b/src/Editor/TranstrolControl/TransformServices.ts index 801ed7ba3..eb138a6c9 100644 --- a/src/Editor/TranstrolControl/TransformServices.ts +++ b/src/Editor/TranstrolControl/TransformServices.ts @@ -101,7 +101,7 @@ export class TransformServicess implements EditorService let timer = setTimeout(() => { app.Editor.MouseCtrl.EnableMouseUpDoit = true; //响应鼠标抬起就绘制 - }, 500); + }, 300); let pos = new Vector3().setFromMatrixColumn(this._Matrix, 3); let axis = new Vector3().setFromMatrixColumn(this._Matrix, index);