mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +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
|
|
@ -132,7 +132,7 @@ public:
|
|||
/// Declare Console Object.
|
||||
DECLARE_CONOBJECT(ShapeAsset);
|
||||
|
||||
U32 load();
|
||||
U32 load() override;
|
||||
|
||||
TSShape* getShape() { return mShape; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue