mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-21 06:14:45 +02:00
reduce font size a bit (#725)
* reduce font size a bit * remove duplicate messages
This commit is contained in:
@@ -272,7 +272,7 @@ void rdp_init(void *_window, GFX_INFO _gfx_info, const void *font,
|
||||
}
|
||||
|
||||
message_font =
|
||||
TTF_OpenFontIO(SDL_IOFromConstMem(font, font_size), true, 30.0);
|
||||
TTF_OpenFontIO(SDL_IOFromConstMem(font, font_size), true, 25.0);
|
||||
if (!message_font) {
|
||||
rdp_close();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user