mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:01:32 +01:00
commit
7612e617c7
@ -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