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);
|
renderNavigation(g);
|
||||||
|
|
||||||
// tooltip
|
// tooltip
|
||||||
|
if (this.active) {
|
||||||
renderTooltip(g);
|
renderTooltip(g);
|
||||||
|
}
|
||||||
|
|
||||||
// key input options
|
// key input options
|
||||||
if (keyEntryLeft || keyEntryRight) {
|
if (keyEntryLeft || keyEntryRight) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user