Skip to content

Commit b366f15

Browse files
committed
feat: revert bloom string
1 parent 866d201 commit b366f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua/settings.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ local function configure_balatro_speed()
100100
-- Graphics settings - restore normal quality
101101
G.SETTINGS.GRAPHICS = G.SETTINGS.GRAPHICS or {}
102102
G.SETTINGS.GRAPHICS.shadows = "Off" -- Always disable shadows
103-
G.SETTINGS.GRAPHICS.bloom = "Off" -- Always disable CRT bloom
103+
G.SETTINGS.GRAPHICS.bloom = 0 -- Always disable CRT bloom
104104
G.SETTINGS.GRAPHICS.crt = 0 -- Always disable CRT
105105
G.SETTINGS.GRAPHICS.texture_scaling = 1 -- Always disable pixel art smoothing
106106

0 commit comments

Comments
 (0)