Skip to content

Commit

Permalink
campath: fix missing time accumulator https://github.com/YaLTeR/bxt-r…
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo authored and YaLTeR committed Jul 6, 2024
1 parent 48ae99c commit abee9c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hooks/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2304,6 +2304,8 @@ pub mod exported {
capture::time_passed(marker);
}

campath::update_time(marker);

tas_optimizer::update_client_connection_condition(marker);
tas_optimizer::maybe_receive_messages_from_remote_server(marker);

Expand Down

0 comments on commit abee9c6

Please sign in to comment.