mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-28 12:53:02 +05:00
Disable noclip desaturation
This commit is contained in:
parent
76ad18e1aa
commit
b40e360321
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue