- Timestamp:
- 04/18/08 04:10:31 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGChunkMaterialBase.inl
r1101 r1178 77 77 //! Get the value of the \a index element the ChunkMaterial::_mfChunks field. 78 78 inline 79 StateChunkPtr ConstChunkMaterialBase::getChunks(const UInt32 index) const79 StateChunkPtr ChunkMaterialBase::getChunks(const UInt32 index) const 80 80 { 81 81 return _mfChunks[index];
