Disable noclip desaturation

This commit is contained in:
LostTrackpad 2024-07-29 22:25:50 +07:00
parent 76ad18e1aa
commit b40e360321

View file

@ -51,7 +51,7 @@ hook.Add("RenderScreenspaceEffects", "BeatrunNoclipBW", function()
end
if noclipping then
color = math.Approach(color, 0.5, RealFrameTime())
--color = math.Approach(color, 0.5, RealFrameTime())
elseif inp then
color = math.Approach(color, 1, RealFrameTime() * 2)
end