Skip to content

Commit

Permalink
chore: 错误的提交
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 23, 2023
1 parent 6434bd3 commit 1cb5d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int main([[maybe_unused]] int argc, char** argv)

register_my_recognizer(maa_handle);

auto task_id = MaaPostTask(maa_handle, "Psychube", MaaTaskParam_Empty);
auto task_id = MaaPostTask(maa_handle, "StartUpAndClickButton", MaaTaskParam_Empty);
MaaWaitTask(maa_handle, task_id);

destroy();
Expand Down

0 comments on commit 1cb5d19

Please sign in to comment.