]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_shared.c
Make sure self parameter works on client droptofloor builtin
[xonotic/darkplaces.git] / vid_shared.c
index ceb1c8390daea09ef0152e25dd392bb0b3efed4c..ec7eba1154d9424fdf48075365dd8abe49e0ae04 100644 (file)
@@ -815,6 +815,8 @@ void GL_Setup(void)
                else
                        vid.allowalphatocoverage = false;
        }
+       // currently MSAA antialiasing is not implemented for fbo viewports, so we actually have to force this off anyway.
+       vid.allowalphatocoverage = false;
 #endif
        CHECKGLERROR