Skip to content

Commit a1865d9

Browse files
committed
Disable blur everywhere
1 parent 3482454 commit a1865d9

File tree

1 file changed

+2
-2
lines changed
  • minecraft/src/main/java/org/polyfrost/oneconfig/api/ui/v1/internal/wrappers

1 file changed

+2
-2
lines changed

minecraft/src/main/java/org/polyfrost/oneconfig/api/ui/v1/internal/wrappers/PolyUIScreen.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public PolyUIScreen(@NotNull PolyUI polyUI, float designedWidth, float designedH
8585
this.designedHeight = designedHeight;
8686
this.initialWidth = polyUI.getMaster().getWidth();
8787
this.initialHeight = polyUI.getMaster().getHeight();
88-
this.blurs = blurs;
88+
this.blurs = false; //todo fix blur
8989
this.pauses = pauses;
9090
this.close = onClose;
9191
//#if MC <= 1.12.2
@@ -239,7 +239,7 @@ public boolean isPausingScreen() {
239239

240240
@Override
241241
public boolean hasBackgroundBlur() {
242-
return blurs;
242+
return false;
243243
}
244244

245245

0 commit comments

Comments
 (0)