Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 27, 2005, 12:17:07 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: rescale of the screen-size should reload Models too on windows

File:
1 edited

Legend:

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

    r5769 r5790  
    118118  if (this->image != NULL)
    119119    {
    120       PRINTF(1)("Reloading Texture of %s '%s'\n", this->getClassName(), this->getName());
     120      PRINTF(3)("Reloading Texture of %s '%s'\n", this->getClassName(), this->getName());
    121121      this->loadTexToGL();
    122122    }
Note: See TracChangeset for help on using the changeset viewer.