mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 14:01:14 +00:00
Reset twodee contexts when drawing connect screen
This commit is contained in:
parent
9eefb2e0ae
commit
175219341c
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue