CoreSource complement

The CORE of a source is all what can be interpolated
This commit is contained in:
Bruno
2021-04-18 10:59:39 +02:00
parent 31eb13e16d
commit 8389010002
4 changed files with 81 additions and 62 deletions

View File

@@ -56,7 +56,7 @@ void Node::clearCallbacks()
}
}
void Node::copyTransform(Node *other)
void Node::copyTransform(const Node *other)
{
if (!other)
return;