Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 23, 2007, 11:47:39 PM (17 years ago)
Author:
patrick
Message:

removed debug output

File:
1 edited

Legend:

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

    r10311 r10312  
    116116
    117117
    118     PRINTF(0)("Found a MountPoint: %s\n", groupName.c_str());
     118    PRINTF(5)("Found a MountPoint: %s\n", groupName.c_str());
    119119
    120120    StaticModelData::Face triangle[3];
    121121
    122122    // now check if it is a mount point identifier
    123     if( (*groupIt)._faces.size() != 9)
     123    if( (*groupIt)._faces.size() != 11)
    124124    {
    125125      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",
     
    134134      {
    135135        triangle[i++] = (*faceIt);
    136         printf("got triangle\n");
    137136      }
    138137    }
Note: See TracChangeset for help on using the changeset viewer.