Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2005, 1:00:10 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: started cleaning up the list classes

File:
1 edited

Legend:

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

    r4462 r4488  
    266266  PRINT(0)("=  Number of Frames: \t%i\n", this->data->header->numFrames);
    267267  PRINT(0)("=  Height, Width:\t%i, %i\n", this->data->header->skinHeight, this->data->header->skinWidth);
     268  PRINT(0)("=  Pointer to the data object: %p\n", this->data);
    268269  PRINT(0)("===================================================\n\n");
    269270}
Note: See TracChangeset for help on using the changeset viewer.