]> git.xonotic.org Git - xonotic/darkplaces.git/commit - gl_rmain.c
R_BlendView: fix motion blur with viewsize != 100.
authorRudolf Polzer <divVerent@gmail.com>
Wed, 3 Jan 2024 14:53:40 +0000 (06:53 -0800)
committerdivVerent <divVerent@gmail.com>
Wed, 3 Jan 2024 19:04:15 +0000 (14:04 -0500)
commit64d43bef594e3d996de4f8e008ff74e3258bc2cc
tree62511db69e0859eae2af7af34e573f638dbe7eaa
parent376999b6fe1e8564088ad2aaf51e8032837b468d
R_BlendView: fix motion blur with viewsize != 100.

OpenGL is only upside down if the render target isn't a FBO...
gl_rmain.c