diff options
| author | BuildTools <james.jenour@protonmail.com> | 2021-02-01 05:29:17 +0800 |
|---|---|---|
| committer | BuildTools <james.jenour@protonmail.com> | 2021-02-01 05:29:17 +0800 |
| commit | 5ea3130efceca3148334a613471cec7f22acdf8c (patch) | |
| tree | 7266507b4b4319719ffe78ee95582d6756329916 /src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | |
| parent | 3290259e39e9816fd92afa85710de01a6ddfa3b9 (diff) | |
| download | notenoughupdates-5ea3130efceca3148334a613471cec7f22acdf8c.tar.gz notenoughupdates-5ea3130efceca3148334a613471cec7f22acdf8c.tar.bz2 notenoughupdates-5ea3130efceca3148334a613471cec7f22acdf8c.zip | |
PRE13.3
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java index 592ed628..7a43235a 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/NEUOverlay.java @@ -1729,7 +1729,8 @@ public class NEUOverlay extends Gui { //Atomic reference used so that below lambda doesn't complain about non-effectively-final variable AtomicReference<JsonObject> tooltipToDisplay = new AtomicReference<>(null); if(itemPaneOffsetFactor.getValue() < 1) { - BackgroundBlur.renderBlurredBackground(width, height, + BackgroundBlur.renderBlurredBackground(NotEnoughUpdates.INSTANCE.config.itemlist.bgBlurFactor, + width, height, leftSide+getBoxPadding()-5, getBoxPadding()-5, paneWidth-getBoxPadding()*2+10, height-getBoxPadding()*2+10); Gui.drawRect(leftSide+getBoxPadding()-5, getBoxPadding()-5, |
