1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-09 07:51:28 +00:00

_mods/x/locales/y/* now works

This commit is contained in:
fgenesis 2012-07-14 15:00:37 +02:00
commit 636c069403
5 changed files with 29 additions and 7 deletions

View file

@ -318,7 +318,7 @@ void Texture::load(std::string file)
if (found)
{
file = localisePath(file);
file = localisePathInternalModpath(file);
file = core->adjustFilenameCase(file);
/*