Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ void DirectionProjectiveConstraint<DataTypes>::draw(const core::visual::VisualPa
else // new drawing by spheres
{
std::vector< sofa::type::Vec3 > points;
sofa::type::Vec3 point;
for (unsigned int index : indices)
{
const type::Vec3 point = type::toVec3(DataTypes::getCPos(x[index]));
Expand Down