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