mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-14 17:01:22 +00:00
f296cb897e
GL and GLSL were drawing the view model after particles instead of before. For GL, this is likely due to avoiding fog affecting the view model (which I think is not the right thing to do), and GLSL due to copying GL (because I had no idea at the time). This makes the two renderers consistent with the software renderers, and might even speed things up a little as that's one less set of blends to do when the particles are covered by the view model (I don't expect much difference). |
||
---|---|---|
.. | ||
renderer | ||
targets | ||
Makemodule.am |