fix going back not reverting the changes from last index

This commit is contained in:
yugecin 2016-11-13 04:23:27 +01:00
parent 0268d325d1
commit fed1f1ee50

View File

@ -156,7 +156,7 @@ public class SBOverlay {
// new options on previous index, so to revert then we have to reload them all to this point..
final int thisIndex = index;
for (int i = 0; i <= thisIndex; i++) {
updateIndex(thisIndex);
updateIndex(i);
}
}
}