fix ob1
This commit is contained in:
parent
dce918208b
commit
1660c4f3d7
|
@ -270,7 +270,7 @@ public class SBOverlay implements OptionsOverlay.Parent {
|
|||
if (index >= optionsMap.length) {
|
||||
return;
|
||||
}
|
||||
for (; this.index < index; this.index++) {
|
||||
for (; this.index <= index; this.index++) {
|
||||
HashMap options = optionsMap[this.index];
|
||||
if (options == null) {
|
||||
continue;
|
||||
|
@ -281,6 +281,7 @@ public class SBOverlay implements OptionsOverlay.Parent {
|
|||
readOption(next.getKey());
|
||||
}
|
||||
}
|
||||
this.index--;
|
||||
}
|
||||
|
||||
public boolean mouseReleased(int button, int x, int y) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user