SDL2 fixup

This commit is contained in:
Zeno Rogue 2021-03-07 10:42:19 +01:00
parent c6fcfe7f21
commit 4de8e6507d
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ void fix_font_size(int& size) {
#if !CAP_SDL2
#if HDR
typedef SDL_Surface SDL_Renderer
typedef SDL_Surface SDL_Renderer;
#define srend s
#endif
#endif