]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Disable when cl.realframetime * speed_cvar go over 1, otherwise angles go crazy and...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 2 May 2010 14:04:50 +0000 (14:04 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 2 May 2010 14:04:50 +0000 (14:04 +0000)
commit284f629a0f79a6107caa0c821a314609565b0f64
tree85691fd1973d93a714fcdb9f21f4ea7e18291f8b
parent89869addee43f275947a8d35aa74f368d50c0dbe
Disable when cl.realframetime * speed_cvar go over 1, otherwise angles go crazy and the gun spins at very low FPS. By default this only affects very low framerates, unless setting the speed to high values. Can't think of a better way to avoid the braking angles, but imo this is alright.

From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10129 d7cf8633-e32d-0410-b094-e92efae38249
view.c