Fix linux build.
This commit is contained in:
parent
c5363327e8
commit
198caa700b
16 changed files with 34 additions and 24 deletions
|
@ -34,7 +34,7 @@ void MeshViewerView::doPaint(const PaintEvent* event)
|
|||
|
||||
if (!mMeshNode)
|
||||
{
|
||||
mMeshNode = std::make_unique<MeshNode>(Transform(mLocation));
|
||||
mMeshNode = std::make_unique<MeshNode>(Transform(Point3(mLocation)));
|
||||
mMeshNode->setName(mName + "_MeshNode");
|
||||
|
||||
mMeshNode->setWidth(mSize.mWidth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue