This commit is contained in:
kirillsaint 2023-10-08 15:33:18 +06:00
parent 44e7cc0463
commit b5f840720e
2 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,7 @@ public class QuickplayGui extends SilentScreen {
@Override
public void onGuiClosed() {
super.onGuiClosed();
MenuBlurUtils.unloadBlur();
}
}

View File

@ -196,6 +196,7 @@ public class QuickplayModeGui extends SilentScreen {
@Override
public void onGuiClosed() {
super.onGuiClosed();
MenuBlurUtils.unloadBlur();
}
}