Skip to content

Commit

Permalink
Fix for pressable buttons with disabled GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Asek3 committed Sep 5, 2023
1 parent c31e98c commit 990f509
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ protected void init() {
}

this.buttons.clear();
this.children.clear();

if (!this.guiHidden) {
if (optionMenuOpen && shaderOptionList != null) {
Expand Down

0 comments on commit 990f509

Please sign in to comment.