]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Change recommended value for motionblur to 0.5 due to 0.7 looking slightly excessive
authorsamual <samual@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 Aug 2009 09:07:07 +0000 (09:07 +0000)
committersamual <samual@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 23 Aug 2009 09:07:07 +0000 (09:07 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9139 d7cf8633-e32d-0410-b094-e92efae38249

gl_rmain.c

index c61abfcf04e2d341de170be6118998a242101eb1..b8a2058722bd7a0d6aa4d5971c836e2c5d8cd9fe 100644 (file)
@@ -35,7 +35,7 @@ static int r_frame = 0; ///< used only by R_GetCurrentTexture
 //
 r_refdef_t r_refdef;
 
-cvar_t r_motionblur = {CVAR_SAVE, "r_motionblur", "0", "motionblur value scale - 0.7 recommended"};
+cvar_t r_motionblur = {CVAR_SAVE, "r_motionblur", "0", "motionblur value scale - 0.5 recommended"};
 cvar_t r_damageblur = {CVAR_SAVE, "r_damageblur", "0", "motionblur based on damage"};
 cvar_t r_motionblur_vmin = {CVAR_SAVE, "r_motionblur_vmin", "300", "minimum influence from velocity"};
 cvar_t r_motionblur_vmax = {CVAR_SAVE, "r_motionblur_vmax", "600", "maximum influence from velocity"};