Skip to content

Commit

Permalink
thanks ciscon
Browse files Browse the repository at this point in the history
  • Loading branch information
krizej committed Aug 19, 2023
1 parent ef7396b commit bc4cb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r_rmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ cvar_t gl_outline_color_world = {"gl_outline_color_world", "0 0 0"}
cvar_t gl_outline_color_model = {"gl_outline_color_model", "0 0 0"};
cvar_t gl_outline_scale_world = {"gl_outline_scale_world", "1"};
cvar_t gl_outline_scale_model = {"gl_outline_scale_model", "1"};
cvar_t gl_outline_world_depth_threshold = {"gl_outline_world_depth_threshold", "0.05"};
cvar_t gl_outline_world_depth_threshold = {"gl_outline_world_depth_threshold", "4"};
cvar_t gl_outline_use_player_color = {"gl_outline_use_player_color", "0"};
cvar_t gl_spec_xray = {"gl_spec_xray", "0"};
cvar_t gl_spec_xray_distance = {"gl_spec_xray_distance", "1500"};
Expand Down

0 comments on commit bc4cb0d

Please sign in to comment.