reduce font size a bit (#725)

* reduce font size a bit

* remove duplicate messages
This commit is contained in:
Logan McNaughton
2026-04-09 17:22:26 +02:00
committed by GitHub
parent 125f79a0e6
commit 35dbd957cc
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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;