mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'connect-screen-reset-2d' into 'master'
Reset twodee contexts when drawing connect screen Closes #461 See merge request KartKrew/Kart!1007
This commit is contained in:
commit
64e6583a74
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_OsPolling();
|
||||||
|
|
||||||
|
I_NewTwodeeFrame();
|
||||||
|
I_NewImguiFrame();
|
||||||
|
|
||||||
// Needs to be updated here for M_DrawEggaChannel
|
// Needs to be updated here for M_DrawEggaChannel
|
||||||
renderdeltatics = FRACUNIT;
|
renderdeltatics = FRACUNIT;
|
||||||
rendertimefrac = FRACUNIT;
|
rendertimefrac = FRACUNIT;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue