Skip to content

Commit

Permalink
Update WbContactPointsRepresentation.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMansolino authored Jun 3, 2020
1 parent f4f3f06 commit 0a57af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webots/app/WbContactPointsRepresentation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WbContactPointsRepresentation::WbContactPointsRepresentation(WbWrenRenderingCont
&WbContactPointsRepresentation::updateRendering, Qt::UniqueConnection);

connect(WbWrenRenderingContext::instance(), &WbWrenRenderingContext::lineScaleChanged, this,
&WbContactPointsRepresentation::updateRendering);
&WbContactPointsRepresentation::updateRendering);

mContactMesh = wr_dynamic_mesh_new(false, false, false);
mImmersionMesh = wr_dynamic_mesh_new(false, false, false);
Expand Down

0 comments on commit 0a57af0

Please sign in to comment.