mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Prevent white flash upon starting the game (in Software)
This commit is contained in:
parent
373e23dd90
commit
8dce0e1a3f
1 changed files with 2 additions and 0 deletions
|
@ -749,6 +749,8 @@ void D_SRB2Loop(void)
|
|||
|
||||
// hack to start on a nice clear console screen.
|
||||
COM_ImmedExecute("cls;version");
|
||||
// hack to prevent white flash upon initial window resize
|
||||
V_DrawFill(0,0,BASEVIDWIDTH,BASEVIDHEIGHT,31);
|
||||
|
||||
I_FinishUpdate(); // page flip or blit buffer
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue