diff --git a/mercuryhook/touch.c b/mercuryhook/touch.c index a32f6a2..6e44027 100644 --- a/mercuryhook/touch.c +++ b/mercuryhook/touch.c @@ -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; }