diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-11-07 12:25:17 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-11-07 12:25:17 +0100 |
commit | cd0940f72e1e0d4abb0bc1ef5fb481b389a1f77a (patch) | |
tree | 9a42cf26924697eb2ecb6750bc4225a4e27c4e6a /src/crepe/api/Transform.h | |
parent | d2ba8b538b137d104fc4751142fe58888d59d541 (diff) |
Removed destructor
Diffstat (limited to 'src/crepe/api/Transform.h')
-rw-r--r-- | src/crepe/api/Transform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Transform.h b/src/crepe/api/Transform.h index 02125ef..69ea48f 100644 --- a/src/crepe/api/Transform.h +++ b/src/crepe/api/Transform.h @@ -23,7 +23,6 @@ public: * \param scale The scale of the GameObject */ Transform(uint32_t id, const Point & point, double rot, double scale); - ~Transform(); /** * \brief Get the maximum number of instances for this component * |