fix back button
Make it immune to the "do not hover if options visible" hack. Make the states render it, not the options menu.
This commit is contained in:
@@ -481,6 +481,9 @@ public class MainMenu extends BaseOpsuState {
|
||||
@Override
|
||||
public void preRenderUpdate() {
|
||||
optionsOverlay.preRenderUpdate();
|
||||
if (optionsOverlay.isActive()) {
|
||||
backButton.hoverUpdate();
|
||||
}
|
||||
|
||||
int delta = renderDelta;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user