]> git.xonotic.org Git - xonotic/darkplaces.git/commit
gl_rmain: Duplicate the lightmap update code to avoid the extra check for non-world...
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 Nov 2020 06:25:13 +0000 (06:25 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 Nov 2020 06:25:13 +0000 (06:25 +0000)
commit1e50dbccd0f2602ce3b08619afe84b98488c16c0
treea0fd497384cf6f6cb506bd25926c664068855507
parent00969f81f23de7332fb49cd42bce9f2b03bff676
gl_rmain: Duplicate the lightmap update code to avoid the extra check for non-world brush entities, which would previously unconditionally update their lightmaps even if not visible.

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