aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Transform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Transform.h')
-rw-r--r--src/crepe/api/Transform.h1
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
*