Changeset 952 for cpp/frams/model/model.cpp
- Timestamp:
- 06/20/20 01:09:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.cpp
r934 r952 952 952 if ((check != LIVE_CHECK) && (check != CHECKPOINT_CHECK)) 953 953 { 954 if (j->shape != Joint::SHAPE_FIXED)954 if (j->shape == Joint::SHAPE_BALL_AND_STICK) 955 955 { 956 956 if (j->d() > getMaxJoint().d.x)
Note: See TracChangeset
for help on using the changeset viewer.