optionmenu: stop rendering tooltip when overlay is closing
This commit is contained in:
@@ -318,7 +318,9 @@ public class OptionsOverlay implements ResolutionChangedListener {
|
||||
renderNavigation(g);
|
||||
|
||||
// tooltip
|
||||
if (this.active) {
|
||||
renderTooltip(g);
|
||||
}
|
||||
|
||||
// key input options
|
||||
if (keyEntryLeft || keyEntryRight) {
|
||||
|
||||
Reference in New Issue
Block a user