mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
crashfix work for hot-editing shape assets tied to tsstatics
This commit is contained in:
parent
cc6bf16d95
commit
3ace31c68c
10 changed files with 15 additions and 11 deletions
|
|
@ -91,7 +91,7 @@ public:
|
|||
return mErrCodeStrings[errCode];
|
||||
};
|
||||
U32 getStatus() { return mLoadedState; };
|
||||
U32 load() { return NotLoaded; };
|
||||
virtual U32 load() { return NotLoaded; };
|
||||
AssetBase();
|
||||
virtual ~AssetBase();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue