Draw fill instead of BG for Ivo until RHI bug fix

This commit is contained in:
Sally Coolatta 2023-04-10 23:52:37 -04:00
parent 9de36ce2a9
commit 16df36b65b

View file

@ -625,6 +625,18 @@ static void Y_DrawVoteBackground(void)
const UINT8 planetFrame = (bgTimer / FRACUNIT) % PLANET_FRAMES;
if (cv_reducevfx.value)
{
// REMOVE ONCE THE RHI BUG IS FIXED,
// BUT UNTIL THEN, IVO NEEDS TO NOT DIE
V_DrawFill(
0, 0,
BASEVIDWIDTH, BASEVIDHEIGHT,
31
);
return;
}
V_DrawFixedPatch(
0, 0,
FRACUNIT, 0,