Skip to content

Commit

Permalink
修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
OwlHowlinMornSky committed Nov 19, 2023
1 parent ae3b536 commit 92a7132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppWin32/Helper/Helper.steps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ bool Helper::step_waitFor(
}
}
if (maxTime > Time::Zero && clk.getElapsedTime() > maxTime) // 应用超时
break;
return false;
r_capture->askForRefresh();
Sleep(30);
}
Expand Down

0 comments on commit 92a7132

Please sign in to comment.