Clear g_dc each frame

This commit is contained in:
NepDisk 2025-10-13 11:17:43 -04:00
parent 64353a043e
commit 6a1bd29cb6

View file

@ -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);