We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9754584 commit 0c647cbCopy full SHA for 0c647cb
Source/Utility/looper.h
@@ -69,9 +69,9 @@ class Looper
69
float inc;
70
bool hitloop = false;
71
// Record forward at normal speed during the first loop no matter what.
72
- inc = state_ == State::EMPTY || state_ == State::REC_FIRST
73
- ? 1.f
74
- : GetIncrementSize();
+ inc = state_ == State::EMPTY || state_ == State::REC_FIRST
+ ? 1.f
+ : GetIncrementSize();
75
win_ = WindowVal(win_idx_ * kWindowFactor);
76
switch(state_)
77
{
0 commit comments