mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 08:13:55 +00:00
This was SVN commit r12229.
This commit is contained in:
@@ -425,9 +425,9 @@ public:
|
||||
CTextureConverter::SettingsFile* f = GetSettingsFile(settingsPath);
|
||||
if (f)
|
||||
files.push_back(f);
|
||||
p = p / *it;
|
||||
p = p / GetWstringFromWpath(*it);
|
||||
}
|
||||
return m_TextureConverter.ComputeSettings(srcPath.leaf(), files);
|
||||
return m_TextureConverter.ComputeSettings(GetWstringFromWpath(srcPath.leaf()), files);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user