From: havoc Date: Fri, 1 Apr 2011 07:06:28 +0000 (+0000) Subject: changed default r_viewscale_fpsscaling_target from 90 to 70, this still X-Git-Tag: xonotic-v0.5.0~317 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a31dc2e7628744ea854075ef3aca5d2bd0752489;p=xonotic%2Fdarkplaces.git changed default r_viewscale_fpsscaling_target from 90 to 70, this still works well with vid_vsync git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10996 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=73d061de4c851e253403c25a6a8fff31d4ee458d --- diff --git a/gl_rmain.c b/gl_rmain.c index 14006411..c56a04d4 100644 --- a/gl_rmain.c +++ b/gl_rmain.c @@ -148,7 +148,7 @@ cvar_t r_viewscale_fpsscaling_min = {CVAR_SAVE, "r_viewscale_fpsscaling_min", "0 cvar_t r_viewscale_fpsscaling_multiply = {CVAR_SAVE, "r_viewscale_fpsscaling_multiply", "5", "adjust quality up or down by the frametime difference from 1.0/target, multiplied by this factor"}; cvar_t r_viewscale_fpsscaling_stepsize = {CVAR_SAVE, "r_viewscale_fpsscaling_stepsize", "0.01", "smallest adjustment to hit the target framerate (this value prevents minute oscillations)"}; cvar_t r_viewscale_fpsscaling_stepmax = {CVAR_SAVE, "r_viewscale_fpsscaling_stepmax", "1.00", "largest adjustment to hit the target framerate (this value prevents wild overshooting of the estimate)"}; -cvar_t r_viewscale_fpsscaling_target = {CVAR_SAVE, "r_viewscale_fpsscaling_target", "90", "desired framerate"}; +cvar_t r_viewscale_fpsscaling_target = {CVAR_SAVE, "r_viewscale_fpsscaling_target", "70", "desired framerate"}; cvar_t r_glsl_deluxemapping = {CVAR_SAVE, "r_glsl_deluxemapping", "1", "use per pixel lighting on deluxemap-compiled q3bsp maps (or a value of 2 forces deluxemap shading even without deluxemaps)"}; cvar_t r_glsl_offsetmapping = {CVAR_SAVE, "r_glsl_offsetmapping", "0", "offset mapping effect (also known as parallax mapping or virtual displacement mapping)"};