mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
wrap to remove ambiguity
This commit is contained in:
parent
1037b5d718
commit
20e4f3c120
2 changed files with 2 additions and 2 deletions
|
|
@ -348,7 +348,7 @@ void Forest::createNewFile()
|
|||
|
||||
//If we didn't already define a forestfile to work with, just base it off our filename
|
||||
if (basePath.isEmpty())
|
||||
basePath = levelAsset->getLevelPath();
|
||||
basePath = (Torque::Path)(levelAsset->getLevelPath());
|
||||
|
||||
String fileName = Torque::FS::MakeUniquePath( basePath.getPath(), basePath.getFileName(), "forest" );
|
||||
mDataFileName = StringTable->insert( fileName.c_str() );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue