mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:11:31 +01:00
Fix
This commit is contained in:
parent
44e7cc0463
commit
b5f840720e
@ -148,6 +148,7 @@ public class QuickplayGui extends SilentScreen {
|
||||
|
||||
@Override
|
||||
public void onGuiClosed() {
|
||||
super.onGuiClosed();
|
||||
MenuBlurUtils.unloadBlur();
|
||||
}
|
||||
}
|
||||
|
@ -196,6 +196,7 @@ public class QuickplayModeGui extends SilentScreen {
|
||||
|
||||
@Override
|
||||
public void onGuiClosed() {
|
||||
super.onGuiClosed();
|
||||
MenuBlurUtils.unloadBlur();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user