Changeset 279 for cpp/frams/model


Ignore:
Timestamp:
12/22/14 23:21:56 (9 years ago)
Author:
Maciej Komosinski
Message:

This test should be an assignment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/model.cpp

    r274 r279  
    10001000                if ((j->shape==Joint::SHAPE_DEFAULT) ^ (shape==SHAPE_OLD))
    10011001                        {
    1002                         shape==SHAPE_ILLEGAL;
     1002                        shape=SHAPE_ILLEGAL;
    10031003                        FMprintf("Model","internalCheck",FMLV_WARN,"Inconsistent joint shapes (mixed old and new shapes)");
    10041004                        }
Note: See TracChangeset for help on using the changeset viewer.