Skip to content

Commit

Permalink
chore: make reflectance go up to 20 (x2 incr)
Browse files Browse the repository at this point in the history
  • Loading branch information
googer committed Jan 15, 2025
1 parent d30c55f commit 31e3270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/menu/gwater2_params.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ local visuals = {
["008-Reflectance"] = {
type="scratch",
min=1,
max=10,
max=20,
decimals=3,
func=function(val)
local finalpass = Material("gwater2/finalpass")
Expand Down

0 comments on commit 31e3270

Please sign in to comment.