small fises in deleting Transformables WIP

This commit is contained in:
2026-01-20 23:11:49 +01:00
parent 37958449a2
commit 11e8d343af
5 changed files with 25 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ namespace TSE
Transformable(uuids::uuid id);
Transformable(const string& name);
Transformable(const string& name, uuids::uuid id);
~Transformable() = default;
~Transformable();
Vector3 forward() const;
Vector3 right() const;