mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 21:33: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
|
end
|
||||||
|
|
||||||
if noclipping then
|
if noclipping then
|
||||||
color = math.Approach(color, 0.5, RealFrameTime())
|
--color = math.Approach(color, 0.5, RealFrameTime())
|
||||||
elseif inp then
|
elseif inp then
|
||||||
color = math.Approach(color, 1, RealFrameTime() * 2)
|
color = math.Approach(color, 1, RealFrameTime() * 2)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue