From 9e127aabaec7ff26bc6cd3145019467be5f644e2 Mon Sep 17 00:00:00 2001 From: ZakatTeamI2P Date: Tue, 31 Mar 2026 00:20:44 +0400 Subject: [PATCH] :( --- src/font.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/font.cpp b/src/font.cpp index 7e30d3b..3de72d6 100644 --- a/src/font.cpp +++ b/src/font.cpp @@ -146,7 +146,8 @@ _TTF_Font *SharedFontState::getFont(std::string family, const char *path = !req.regular.empty() ? req.regular.c_str() : req.other.c_str(); - ops = SDL_OpenIO(); + //ops = SDL_OpenIO(); + SDL_IOStream ops; shState->fileSystem().openReadRaw(*ops, path, true); }