Fix return value in mesh edge contact in nativeccd.
PiperOrigin-RevId: 730924994 Change-Id: Iab4f26da126713bae6629eef502bb2aad690c595
This commit is contained in:
committed by
Copybara-Service
parent
441b5c6082
commit
bd66fbd046
@@ -1828,7 +1828,7 @@ static int meshEdgeNormals(mjtNum* res, mjtNum* endverts, int dim, mjCCDObj* obj
|
||||
}
|
||||
}
|
||||
}
|
||||
return 3;
|
||||
return v1_num;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user