Reset twodee contexts when drawing connect screen

This commit is contained in:
James R 2023-03-03 00:48:46 -08:00
parent 9eefb2e0ae
commit 175219341c

View file

@ -1955,6 +1955,9 @@ static boolean CL_ServerConnectionTicker(const char *tmpsave, tic_t *oldtic, tic
{
I_OsPolling();
I_NewTwodeeFrame();
I_NewImguiFrame();
// Needs to be updated here for M_DrawEggaChannel
renderdeltatics = FRACUNIT;
rendertimefrac = FRACUNIT;