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