]> git.xonotic.org Git - xonotic/darkplaces.git/commit - sv_phys.c
Fix incorrect types causing fp precision errors with movable brush entities, etc
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 27 May 2020 16:12:30 +0000 (16:12 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 27 May 2020 16:12:30 +0000 (16:12 +0000)
commit89a00e89d63cfb3b4f632315b0b8d96b30b52c5c
treecc4c774071c4628e72f7a4e038be2ea4b704195c
parent2f134c35bd09fb3aa0500ae9c797e95a4fb94bc7
Fix incorrect types causing fp precision errors with movable brush entities, etc

float -> double. This fixes an odd bug where some func_buttons would get stuck
after blocking them long enough.

Thanks to Mario (Xonotic) for finding this.

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