Skip to content

Commit ae1bbc9

Browse files
committed
Merge branch 'master' of https://github.com/sofa-framework/sofa
2 parents 783084b + 092ae6e commit ae1bbc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sofa/Component/Constraint/Projective/src/sofa/component/constraint/projective/DirectionProjectiveConstraint.inl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ void DirectionProjectiveConstraint<DataTypes>::draw(const core::visual::VisualPa
260260
else // new drawing by spheres
261261
{
262262
std::vector< sofa::type::Vec3 > points;
263-
sofa::type::Vec3 point;
264263
for (unsigned int index : indices)
265264
{
266265
const type::Vec3 point = type::toVec3(DataTypes::getCPos(x[index]));

0 commit comments

Comments
 (0)