diff --git a/Scene.cpp b/Scene.cpp index 9717370..0fd70fb 100644 --- a/Scene.cpp +++ b/Scene.cpp @@ -61,7 +61,7 @@ void Node::copyTransform(const Node *other) { if (!other) return; -// transform_ = other->transform_; + transform_ = other->transform_; scale_ = other->scale_; rotation_ = other->rotation_; translation_ = other->translation_;