Skip to content

Commit 2a2b5cb

Browse files
committed
.
1 parent 1287b20 commit 2a2b5cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LuaUI/Widgets/gfx_ssao.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if gpuMem and gpuMem > 0 and gpuMem < 1800 then
99
end
1010

1111

12-
local widgetName = "ssao 4"
12+
local widgetName = "ssao 5"
1313
function widget:GetInfo()
1414
return {
1515
name = widgetName,
@@ -19,7 +19,7 @@ function widget:GetInfo()
1919
date = "2019",
2020
license = "GPL",
2121
layer = 999999,
22-
enabled = false, -- not isPotatoGpu, -- Sometimes causes a bug.
22+
enabled = true, -- not isPotatoGpu, -- Sometimes causes a bug.
2323
}
2424
end
2525

LuaUI/Widgets/gfx_sun_and_atmosphere.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ end
211211

212212
local function ApplyDefaultSunDir()
213213
options.override_sun_direction.value = true
214-
SunDirectionFunc(0.03, 0.75)
214+
SunDirectionFunc(6, 0.75)
215215
end
216216

217217
local function ToggleDefaultSunDir(self)

0 commit comments

Comments
 (0)