Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
epernod committed Mar 18, 2024
1 parent b5b71c0 commit ee8cb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InfinyToolkit/MeshTools/NearestTexcoordsMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void NearestTexcoordsMap::computeNearestPointMapping()
}
else
{
outTexcoords[i2] = sofa::type::Vector2(0.0, 0.0);
outTexcoords[i2] = sofa::type::Vec2(0.0, 0.0);
m_mapPositionIds[i2] = 0;
}
}
Expand Down

0 comments on commit ee8cb3c

Please sign in to comment.