Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 5, 2005, 3:01:49 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/parenting: :importer: moved code from textures into new file texture.h/cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/importer/object.cc

    r3207 r3340  
    598598 
    599599
    600   PRINTF(2)("Opening mtlFile: %s\n", fileName);
     600  PRINTF(3)("Opening mtlFile: %s\n", fileName);
    601601
    602602  ifstream* MTL_FILE = new ifstream (fileName);
    603603  if (MTL_FILE->fail())
    604604    {
    605       if (verbose >= 1)
    606         PRINTF(2)("unable to open file: %s\n", fileName);
     605      PRINTF(1)("unable to open file: %s\n", fileName);
    607606      MTL_FILE->close();
    608607      delete []fileName;
Note: See TracChangeset for help on using the changeset viewer.