Skip to content

Commit

Permalink
Run runnable on speed change
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-hydrogen committed Jan 27, 2022
1 parent 8da27e2 commit 356e37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/ilm9001/nightclub/light/Light.java
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ public void setSpeed(double multiplier) {
secondaryMultipliedSpeed = 40.0;
}
}
run.run();
}

private double getMaxLengthPercent() {
Expand Down

0 comments on commit 356e37f

Please sign in to comment.