Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2007, 6:43:20 AM (17 years ago)
Author:
patrick
Message:

much less debug out. mounting weapons works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/static_model.cc

    r10314 r10551  
    123123    if( (*groupIt)._faces.size() != 11)
    124124    {
    125       PRINTF(1)("the face count of %s is wrong, perhaps you missnamed this object or used the wrong mount point object (got %i faces)\n",
     125      PRINTF(4)("the face count of %s is wrong, perhaps you missnamed this object or used the wrong mount point object (got %i faces)\n",
    126126                groupName.c_str(), (*groupIt)._faces.size());
    127127    }
Note: See TracChangeset for help on using the changeset viewer.