Skip to content

Commit 3ba7a71

Browse files
JKSunnytaysta
authored andcommitted
Vulkan: Skip mirror views with r_fastsky enabled #52
(cherry picked from commit 9999520)
1 parent 6088239 commit 3ba7a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codemp/rd-vulkan/tr_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ static qboolean R_MirrorViewBySurface( const drawSurf_t *drawSurf, int entityNum
10541054
return qfalse;
10551055
}
10561056

1057-
if (r_noportals->integer > 1 /*|| (r_fastsky->integer == 1)*/) {
1057+
if (r_noportals->integer > 1 || (r_fastsky->integer == 1)) {
10581058
return qfalse;
10591059
}
10601060

0 commit comments

Comments
 (0)