aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Transform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Transform.cpp')
-rw-r--r--src/crepe/api/Transform.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/api/Transform.cpp b/src/crepe/api/Transform.cpp
index 5274b01..be1769e 100644
--- a/src/crepe/api/Transform.cpp
+++ b/src/crepe/api/Transform.cpp
@@ -11,5 +11,3 @@ Transform::Transform(uint32_t game_id, const Point & point, double rot,
: Component(game_id), position(point), rotation(rot), scale(scale) {
dbg_trace();
}
-
-Transform::~Transform() { dbg_trace(); }