crashfix work for hot-editing shape assets tied to tsstatics

This commit is contained in:
AzaezelX 2024-04-06 14:48:22 -05:00
parent cc6bf16d95
commit 3ace31c68c
10 changed files with 15 additions and 11 deletions

View file

@ -132,7 +132,7 @@ public:
/// Declare Console Object.
DECLARE_CONOBJECT(ShapeAsset);
U32 load();
U32 load() override;
TSShape* getShape() { return mShape; }