shawenguan 1 yıl önce
ebeveyn
işleme
73948b2a62
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Scripts/wubian/wubianSynthesis.js

+ 1 - 1
Scripts/wubian/wubianSynthesis.js

@@ -311,7 +311,7 @@ async function trySynthesize() {
                 }
                 let costTime = Date.now() - startTime;
                 if (costTime < ctrlMillSec) {
-                    await magicJS.sleep(ctrlMillSec - costTime);
+                    await magicJS.utils.sleep(ctrlMillSec - costTime);
                 }
             }
         }