optionmenu: stop rendering tooltip when overlay is closing

This commit is contained in:
yugecin 2018-08-27 22:04:05 +02:00
parent 7c0ace50cc
commit 7a09bb303f

View File

@ -318,7 +318,9 @@ public class OptionsOverlay implements ResolutionChangedListener {
renderNavigation(g);
// tooltip
if (this.active) {
renderTooltip(g);
}
// key input options
if (keyEntryLeft || keyEntryRight) {