diff --git a/src/SceneGraph/Object.cpp b/src/SceneGraph/Object.cpp index d0b56a1f6..c3831644b 100644 --- a/src/SceneGraph/Object.cpp +++ b/src/SceneGraph/Object.cpp @@ -35,6 +35,7 @@ template(this); p = p->parent(); } @@ -104,6 +105,7 @@ template ObjectType* Object::setTransformation(const MatrixType& transformation) { /* Setting transformation is forbidden for the scene */ + /** @todo Assert for this? */ if(isScene()) return static_cast(this); _transformation = transformation;