mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-05-25 08:41:26 +00:00
Removed unneeded ToLower() call
This commit is contained in:
parent
cbdebd2f7e
commit
2ddba0cacc
@ -100,10 +100,6 @@ void GenerateAssetNames(CGameProject *pProj)
|
||||
|
||||
TString NewDir = (HasCustomDir ? It->DirectoryPath() : pStore->DefaultResourceDirPath());
|
||||
TString NewName = (HasCustomName ? It->Name() : It->ID().ToString());
|
||||
|
||||
if (!HasCustomDir && pProj->Game() >= eCorruptionProto)
|
||||
NewDir = NewDir.ToLower();
|
||||
|
||||
It->Move(NewDir, NewName, true, true);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user