mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
:(
This commit is contained in:
parent
adfa3b703e
commit
9e127aabae
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue