1
0
mirror of synced 2026-02-15 09:27:55 +08:00

auto commit

This commit is contained in:
yitter
2021-04-03 00:41:24 +08:00
parent 5f898a6954
commit c44ba174d0
6 changed files with 17 additions and 9 deletions

View File

@@ -204,7 +204,7 @@ impl SnowWorkerM1 {
self.BeginTurnBackAction(self._TurnBackTimeTick);
}
thread::sleep(std::time::Duration::from_millis(10));
// thread::sleep(std::time::Duration::from_millis(1));
return self.CalcTurnBackId(self._TurnBackTimeTick);
}