mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
give named target a fallback
we need to give named target a fallback image so references are kept when a named target is not ready.
This commit is contained in:
parent
9f2ab5a64e
commit
bab7878ca6
5 changed files with 25 additions and 3 deletions
|
|
@ -113,6 +113,7 @@ public:
|
|||
};
|
||||
|
||||
static StringTableEntry smNoImageAssetFallback;
|
||||
static StringTableEntry smNamedTargetAssetFallback;
|
||||
|
||||
enum ImageAssetErrCode
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue