]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Merge PR 'Only use BoxTouchingVisibleLeafs when not using r_novis'
authorJames O'Neill <hemebond@gmail.com>
Thu, 15 Aug 2024 14:09:14 +0000 (23:09 +0900)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2024 14:09:14 +0000 (00:09 +1000)
commitc443fbad631c731d52ccfae9df928856dbb34b21
treede2ae7490c91db3877daf4a46513e132938b73bc
parenta94d756411a3a7d50be9fcb43970daf7eaff0680
Merge PR 'Only use BoxTouchingVisibleLeafs when not using r_novis'

Updates the entity visibility check in `R_View_UpdateEntityVisible` so
that with `r_novis 1` entities are rendered when the player is outside
of the level.

Resolves https://github.com/DarkPlacesEngine/DarkPlaces/issues/188

See https://github.com/DarkPlacesEngine/DarkPlaces/pull/192

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
gl_rmain.c