mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: 全局减小adb滑动距离
糊屎!
This commit is contained in:
@@ -186,7 +186,7 @@ bool asst::Controller::connect(const std::string& adb_path, const std::string& a
|
||||
};
|
||||
|
||||
try {
|
||||
m_scale_proxy = std::make_shared<ControlScaleProxy>(m_controller, proxy_callback);
|
||||
m_scale_proxy = std::make_shared<ControlScaleProxy>(m_controller, m_controller_type, proxy_callback);
|
||||
}
|
||||
catch (const std::exception& e) {
|
||||
Log.error("Cannot create controller proxy: {}", e.what());
|
||||
|
||||
Reference in New Issue
Block a user