oops. buglet. extra for loop
This commit is contained in:
parent
b016470119
commit
d856db568a
1 changed files with 1 additions and 2 deletions
|
@ -499,7 +499,6 @@ void screen::cycleWindow(const bool forward, const int increment,
|
|||
} else {
|
||||
if (target == begin)
|
||||
target = end;
|
||||
for (int x = 0; x < increment; ++x)
|
||||
--target;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue