- Timestamp:
- 12/22/14 23:21:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.cpp
r274 r279 1000 1000 if ((j->shape==Joint::SHAPE_DEFAULT) ^ (shape==SHAPE_OLD)) 1001 1001 { 1002 shape= =SHAPE_ILLEGAL;1002 shape=SHAPE_ILLEGAL; 1003 1003 FMprintf("Model","internalCheck",FMLV_WARN,"Inconsistent joint shapes (mixed old and new shapes)"); 1004 1004 }
Note: See TracChangeset
for help on using the changeset viewer.