Skip to content
Snippets Groups Projects
Commit 40d78bc9 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Fix DebugDrawerHelper

parent c8ed49a4
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ namespace armarx
}
DebugDrawerHelper::DebugDrawerHelper(const std::string& layerName) :
FrameView(*this, robot ? robot->getRootNode() : nullptr),
FrameView(*this, nullptr),
layerName{layerName}
{}
//utility
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment