Ignore:
Timestamp:
04/13/09 08:44:22 (15 years ago)
Author:
mattausch
Message:

found error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/Converter/ObjConverter2.cpp

    r3335 r3342  
    486486                Material *mat = (*it)->mMaterial; 
    487487 
    488                 if (!mat) cerr << "error: no material associated with this geometry!!" << endl; 
     488                if (!mat) cerr << "error: no material specified!!" << endl; 
    489489 
    490490                ofile.write(reinterpret_cast<char *>(&mat->texture), sizeof(int)); 
Note: See TracChangeset for help on using the changeset viewer.