- Timestamp:
- 05/05/08 06:58:23 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGSwitchMaterialBase.inl
r1193 r1197 110 110 //! Get the value of the \a index element the SwitchMaterial::_mfMaterials field. 111 111 inline 112 Material PtrSwitchMaterialBase::getMaterials(const UInt32 index) const112 Material * SwitchMaterialBase::getMaterials(const UInt32 index) const 113 113 { 114 114 return _mfMaterials[index];
