Skip to content

Commit

Permalink
include wipe effect into video capture
Browse files Browse the repository at this point in the history
  • Loading branch information
feos committed Jun 13, 2022
1 parent cf609b3 commit b1ebd6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions prboom2/src/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ static void D_Wipe(void)
I_UpdateNoBlit();
M_Drawer(); // menu is drawn even on top of wipes
I_FinishUpdate(); // page flip or blit buffer
if (capturing_video && !doSkip)
{
I_CaptureFrame();
}
}
while (!done);
}
Expand Down

0 comments on commit b1ebd6e

Please sign in to comment.