This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
CPL
/
banboshi_V2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
V2.0.6A 张力读取延迟优化
TongWei
CPL
2 years ago
parent
ed85a05cbf
commit
ad12cd0f26
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs
+ 2
- 3
halftoneproject-master/BanBoShi/SysCtrl/SysMgr.cs
View File
@@ -4515,10 +4515,9 @@ namespace MaiMuAOI.SysCtrl
Math.Round(lstTension.Max(), 2), Math.Round(lstTension.Min(), 2), 1, false));
break;
}
//Thread.Sleep(100);
Thread.Sleep(DelayTime);
Thread.Sleep(100);
}
Thread.Sleep(DelayTime);
#endregion
break;
case "Height":
Write
Preview
Loading…
Cancel
Save