Fix bad indent.
PiperOrigin-RevId: 712267512 Change-Id: I3463b0f53b808b726ff0fe5ea46ec8d30164eac4
This commit is contained in:
committed by
Copybara-Service
parent
abe8ffdee7
commit
94230a8bee
@@ -1837,7 +1837,7 @@ void mjv_addGeoms(const mjModel* m, mjData* d, const mjvOption* vopt,
|
||||
for (int j=0; j < npoints-1; j++) {
|
||||
START
|
||||
|
||||
sz[0] = m->tendon_width[i];
|
||||
sz[0] = m->tendon_width[i];
|
||||
|
||||
// construct geom
|
||||
mjv_connector(thisgeom, mjGEOM_CAPSULE, sz[0], catenary+3*j, catenary+3*j+3);
|
||||
|
||||
Reference in New Issue
Block a user