mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
zip support followup
This commit is contained in:
parent
b8eaefc21e
commit
36b31ae19d
6 changed files with 8 additions and 8 deletions
|
|
@ -190,7 +190,7 @@ void TerrainAsset::setTerrainFileName(const char* pScriptFile)
|
|||
|
||||
bool TerrainAsset::loadTerrain()
|
||||
{
|
||||
if (!Platform::isFile(mTerrainFilePath))
|
||||
if (!Torque::FS::IsFile(mTerrainFilePath))
|
||||
return false;
|
||||
|
||||
mTerrMaterialAssets.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue