This commit is contained in:
ZakatTeamI2P 2026-03-31 00:20:44 +04:00
parent adfa3b703e
commit 9e127aabae

View file

@ -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);
}