Skip to content

Commit be40f79

Browse files
committed
TrExtend bugfix
1 parent 1a59804 commit be40f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

transitions/extend.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class TrExtendX : public TRANSITION {
2121
extending_ = true;
2222
millis_.begin();
2323
}
24+
millis_.run(blade);
2425
if (extending_) {
2526
millis_.run(blade);
2627
millis_.update(0);

0 commit comments

Comments
 (0)