Skip to content

Commit

Permalink
- reduce rt_ef_chraber
Browse files Browse the repository at this point in the history
  • Loading branch information
sultim-t committed Feb 19, 2023
1 parent c27c639 commit 1a3697a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref/gl/gl_opengl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ void GL_InitCommands( void )
CVAR_DEF_T( rt_bloom_dirt, "2", "lens dirt intensity" )

CVAR_DEF_T( rt_ef_crt, "0", "CRT-monitor filter" )
CVAR_DEF_T( rt_ef_chraber, "0.3", "chromatic aberration intensity" )
CVAR_DEF_T( rt_ef_chraber, "0.1", "chromatic aberration intensity" )
CVAR_DEF_T( rt_ef_vintage, "0", "[0, 4] vintage effects, disabled if rt_renderscale>0" )
CVAR_DEF_T( rt_ef_water, "1", "warp screen while under water" )

Expand Down

0 comments on commit 1a3697a

Please sign in to comment.