Fix indent.
PiperOrigin-RevId: 662035313 Change-Id: I30ec124e8144b8130623daa6b0802a46de124aec
This commit is contained in:
committed by
Copybara-Service
parent
d45d13e5ad
commit
d3a976e10d
@@ -2033,8 +2033,8 @@ void mjCModel::CopyTree(mjModel* m) {
|
||||
m->body_simple[i] = 2;
|
||||
for (int j=0; j<(int)pb->joints.size(); j++) {
|
||||
if (pb->joints[j]->type!=mjJNT_SLIDE) {
|
||||
m->body_simple[i] = 1;
|
||||
break;
|
||||
m->body_simple[i] = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user