discard control_click when tracking last_action_type
This commit is contained in:
@@ -156,7 +156,10 @@ Element& pop_next_action(std::string expected_action_type) {
|
|||||||
replay_fps_limit->frame_finished();
|
replay_fps_limit->frame_finished();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// control_click actions are not meaningful for debugging
|
||||||
|
if (to_return->Value() != "control_click"){
|
||||||
last_action_type = to_return->Value();
|
last_action_type = to_return->Value();
|
||||||
|
}
|
||||||
|
|
||||||
return *to_return;
|
return *to_return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user