mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
Fix src_rect size not being init
Fixes Software being a blank screen
This commit is contained in:
parent
c96855f59c
commit
c35985d595
1 changed files with 3 additions and 0 deletions
|
@ -1688,6 +1688,9 @@ INT32 VID_SetMode(INT32 modeNum)
|
|||
}
|
||||
}
|
||||
|
||||
src_rect.w = vid.width;
|
||||
src_rect.h = vid.height;
|
||||
|
||||
refresh_rate = VID_GetRefreshRate();
|
||||
|
||||
return SDL_TRUE;
|
||||
|
|
Loading…
Reference in a new issue