From 49476a02e87a8956b2b57ee24a17b47b97a9d355 Mon Sep 17 00:00:00 2001 From: mountcloud Date: Thu, 18 Nov 2021 02:06:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E5=AE=B6=E7=BA=BF=E7=A8=8B=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=B0=83=E6=95=B4=E5=88=B00.5=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FireDogEditor/matchthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FireDogEditor/matchthread.cpp b/FireDogEditor/matchthread.cpp index ef92b7d..d04ad67 100644 --- a/FireDogEditor/matchthread.cpp +++ b/FireDogEditor/matchthread.cpp @@ -280,7 +280,7 @@ void MatchButlerThread::run() { break; } else { - this->sleep(1); + this->sleep(0.5); } } }