Skip to content

Commit

Permalink
TrExtend bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Mar 26, 2022
1 parent 1a59804 commit be40f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transitions/extend.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class TrExtendX : public TRANSITION {
extending_ = true;
millis_.begin();
}
millis_.run(blade);
if (extending_) {
millis_.run(blade);
millis_.update(0);
Expand Down

0 comments on commit be40f79

Please sign in to comment.