]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix visual regression where parts of the Xonotic menu lacked transparency.
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 25 May 2020 12:51:08 +0000 (12:51 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 25 May 2020 12:51:08 +0000 (12:51 +0000)
commitb64a47fd50ff44fcbd04b6a4288eba135177081a
treef009caaacb171a8d4ae2151fca8777cb4de92a02
parent4e076167cb120cb91615e8d8dc45ad73b49856b3
Fix visual regression where parts of the Xonotic menu lacked transparency.

Set ent->render.alpha to its old value of 0.999999f. This doesn't seem to break
anything else, or anything that was recently fixed. There's probably a better
fix, but this is simple and seems to work for now.

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