mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-10 17:50:54 +00:00
[vulkan] Remove double-draw of skies
Due to doing most of my testing using the demos, I hadn't noticed the double-draw until flying around with the debug camera (and it showed as a weird shimmer behind the sky layers).
This commit is contained in:
parent
12b4cd8aba
commit
cc57d2bc5b
1 changed files with 0 additions and 2 deletions
|
@ -1383,8 +1383,6 @@ renderpasses = {
|
||||||
tasks = (
|
tasks = (
|
||||||
{ func = bsp_draw_queue;
|
{ func = bsp_draw_queue;
|
||||||
params = (main, solid, 1); },
|
params = (main, solid, 1); },
|
||||||
{ func = bsp_draw_queue;
|
|
||||||
params = (main, sky, 1); },
|
|
||||||
);
|
);
|
||||||
|
|
||||||
stages = (
|
stages = (
|
||||||
|
|
Loading…
Reference in a new issue