Skip to content

Commit

Permalink
Pesky newline >:(
Browse files Browse the repository at this point in the history
  • Loading branch information
LivingSynthesis committed Nov 22, 2023
1 parent 3e6a67a commit bc0b897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions VortexEngine/src/Menus/MenuList/Randomizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ void Randomizer::gapPattern(Random &ctx, PatternArgs &outArgs)
// but like this it is explicit
uint8_t gap = ctx.next8(40, 100); // gap duration 40 -> 100
uint8_t off = ctx.next8(0, 6); // off duration 0 -> 6
uint8_t on = ctx.next8(1, 10); // on duration 1 -> 10

uint8_t on = ctx.next8(1, 10); // on duration 1 -> 10
outArgs.init(on, off, gap);
}

Expand Down

0 comments on commit bc0b897

Please sign in to comment.