whoops, at least it compiles now

This commit is contained in:
Hay1tsme 2022-01-08 17:42:09 -05:00
parent 85461cadc6
commit 6c7114f6a2
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ static HRESULT touch_handle_start_auto_scan(const struct touch_req *req)
touch1_auto = true;
}
//mercury_dll.touch_start(touch_res_auto_scan);
mercury_dll.touch_start(touch_res_auto_scan);
return hr;
}