mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-11-23 08:00:17 +00:00
vid: recalc refdef after mode change on sdl
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
edff70049c
commit
2df29af642
@ -289,6 +289,8 @@ VID_SetMode(const qvidmode_t *mode, const byte *palette)
|
||||
vid_modenum = mode - modelist;
|
||||
Cvar_SetValue("vid_mode", vid_modenum);
|
||||
|
||||
vid.recalc_refdef = 1;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user