mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #1516 from Azaezel/alpha41/preLoad2
sometimes you won't have debris
This commit is contained in:
commit
5dbcaf55c7
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ bool DebrisData::preload(bool server, String &errorStr)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if (!mShapeAsset.isNull())
|
||||||
{
|
{
|
||||||
errorStr = String::ToString("DebrisData::load: Couldn't load shape \"%s\"", _getShapeAssetId());
|
errorStr = String::ToString("DebrisData::load: Couldn't load shape \"%s\"", _getShapeAssetId());
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue