Clear g_dc each frame
This commit is contained in:
parent
64353a043e
commit
6a1bd29cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -997,7 +997,7 @@ void D_SRB2Loop(void)
|
|||
{
|
||||
precise_t enterprecise = I_GetPreciseTime();
|
||||
|
||||
g_dc = {};
|
||||
memset(&g_dc, 0, sizeof(g_dc));
|
||||
Z_Frame_Reset();
|
||||
|
||||
I_UpdateTime(cv_timescale.value);
|
||||
|
|
|
|||
Loading…
Reference in a new issue