rename control_click to click_control

This commit is contained in:
2024-09-26 10:41:47 -05:00
committed by Celtic Minstrel
parent 56f3337e6f
commit d47249b404
6 changed files with 16 additions and 16 deletions

View File

@@ -184,8 +184,8 @@ Element& pop_next_action(std::string expected_action_type) {
replay_fps_limit->frame_finished();
}
// control_click actions are not meaningful for debugging
if (to_return->Value() != "control_click"){
// click_control actions are not meaningful for debugging
if (to_return->Value() != "click_control"){
last_action_type = to_return->Value();
if(replay_verbose){