mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 17:13:54 +00:00
sometimes you won't have debris
This commit is contained in:
parent
e8ccb3443a
commit
0c3e0b1c05
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ bool DebrisData::preload(bool server, String &errorStr)
|
|||
return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (!mShapeAsset.isNull())
|
||||
{
|
||||
errorStr = String::ToString("DebrisData::load: Couldn't load shape \"%s\"", _getShapeAssetId());
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue