- Timestamp:
- 03/17/06 19:36:46 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/IMG/IMGClusterList.h
r700 r709 20 20 21 21 //return the pointer to the list of voxels 22 inline int GetSize() const { return list.size(); }22 inline unsigned int GetSize() const { return list.size(); } 23 23 24 24 //return the number of elements of list
Note: See TracChangeset
for help on using the changeset viewer.