mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Revert PhysFS changes
This commit is contained in:
parent
e78cba8c8f
commit
65dc6bf7d0
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ void FileSystem::initFontSets(SharedFontState &sfs)
|
|||
{
|
||||
FontSetsCBData d = { p, &sfs };
|
||||
|
||||
PHYSFS_enumerate(".", findFontsFolderCB, &d);
|
||||
PHYSFS_enumerate("Fonts", findFontsFolderCB, &d);
|
||||
}
|
||||
|
||||
struct OpenReadEnumData
|
||||
|
|
|
|||
Loading…
Reference in a new issue