Ignore:
Timestamp:
06/27/08 01:43:45 (16 years ago)
Author:
mattausch
Message:

friendly culling debug version with timers, no materials

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ResourceManager.cpp

    r2795 r2800  
    8181        } 
    8282 
    83         cout << "loaded " << mTextureTable.size() << " textures" << endl; 
     83        cout << "loaded " << (int)mTextureTable.size() << " textures" << endl; 
    8484} 
    8585 
     
    102102        } 
    103103 
    104         cout << "loaded " << mGeometryTable.size() << " shapes" << endl; 
     104        cout << "loaded " << (int)mGeometryTable.size() << " shapes" << endl; 
    105105} 
    106106 
Note: See TracChangeset for help on using the changeset viewer.