Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9920 in orxonox.OLD


Ignore:
Timestamp:
Nov 9, 2006, 2:26:33 PM (17 years ago)
Author:
patrick
Message:

debug data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/graphics/importer/md2/md2Model.cc

    r9918 r9920  
    9292  rebuildInfo();
    9393
    94   // this->debug();
     94  this->debug();
    9595}
    9696
     
    429429  PRINT(0)("=  Number of Frames: \t%i\n", this->data->header->numFrames);
    430430  PRINT(0)("=  Height, Width:\t%i, %i\n", this->data->header->skinHeight, this->data->header->skinWidth);
    431   //PRINT(0)("=  Pointer to the data object: %p\n", this->data);
     431  PRINT(0)("=  DATA:\n");
     432  PRINT(0)("=  Number of references to data: %i\n", this->data.count());
    432433  PRINT(0)("===================================================\n\n");
    433434}
Note: See TracChangeset for help on using the changeset viewer.