Fix part 2

This commit is contained in:
MX
2022-11-02 23:19:33 +03:00
parent adab2b9e03
commit fe199ab54a
9 changed files with 21 additions and 15 deletions

View File

@@ -372,6 +372,8 @@ int32_t mousejacker_app(void* p) {
plugin_state->close_thread_please = false;
processing = false;
break;
default:
break;
}
}
}