fix.修复滑动延时错误的问题

This commit is contained in:
MistEO
2021-11-02 22:15:58 +08:00
parent 823ef71821
commit 8afa3fd624

View File

@@ -542,7 +542,7 @@ int asst::Controller::swipe_without_scale(const Point& p1, const Point& p2, int
if (block) {
wait(id);
std::this_thread::sleep_for(std::chrono::microseconds(extra_delay));
std::this_thread::sleep_for(std::chrono::milliseconds(extra_delay));
}
return id;
}