Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6871 in orxonox.OLD for trunk/src/lib/graphics/importer/texture.cc


Ignore:
Timestamp:
Jan 30, 2006, 9:39:58 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: small fixes (cleanup)

File:
1 edited

Legend:

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

    r6859 r6871  
    284284               GL_UNSIGNED_BYTE,
    285285               surface->pixels);
    286   printf("%s, w:%d h:%d, 0x%x\n", this->getName(), surface->w, surface->h, target);
     286  //  printf("%s, w:%d h:%d, 0x%x\n", this->getName(), surface->w, surface->h, target);
    287287
    288288  // build the MipMaps automaticaly
Note: See TracChangeset for help on using the changeset viewer.