whoops, at least it compiles now

This commit is contained in:
Hay1tsme 2022-01-08 17:42:09 -05:00
parent 7c3719e352
commit 028b6bb6e7
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;
}