Skip to content

Commit

Permalink
branch timer resetting
Browse files Browse the repository at this point in the history
  • Loading branch information
cowsed committed Feb 23, 2024
1 parent 49dd0f9 commit f7c8d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/command_structure/auto_command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ bool Branch::run() {
if (!chosen) {
choice = cond->test();
chosen = true;
tmr.reset();
}

double seconds = static_cast<double>(tmr.time()) / 1000.0;
Expand Down

0 comments on commit f7c8d5e

Please sign in to comment.