]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable cl_maxfps_alwayssleep (Xonotic caps FPS by default, this setting is not neces...
authorMario <mario@smbclan.net>
Wed, 4 Sep 2019 11:24:09 +0000 (21:24 +1000)
committerMario <mario@smbclan.net>
Wed, 4 Sep 2019 11:24:09 +0000 (21:24 +1000)
xonotic-client.cfg

index 280eaab36a4206a0def8fe31aa9c9018d0515a10..6ee12fd5d6337f6f34511f5a6ef72b88427c43ed 100644 (file)
@@ -166,6 +166,7 @@ seta cl_leanmodel_highpass1 0.2 "gun leaning pre-highpass averaging time"
 seta cl_leanmodel_highpass 0.2 "gun leaning highpass averaging time"
 seta cl_leanmodel_lowpass 0.05 "gun leaning lowpass averaging time"
 
+cl_maxfps_alwayssleep 0 // gives up some processing time to other applications each frame, default is 1 (not necessary since Xonotic caps FPS by default)
 cl_rollangle 0 // amount of view tilt when strafing, default is 2.0
 v_kicktime 0 // how long damage kicks of the view last, default is 0 seconds
 gl_polyblend 0 // whether to use screen tints, this has now been replaced by a better system in CSQC