- Timestamp:
- 04/18/08 04:10:31 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Material/Base/OSGSwitchMaterialBase.inl
r1101 r1178 110 110 //! Get the value of the \a index element the SwitchMaterial::_mfMaterials field. 111 111 inline 112 MaterialPtr ConstSwitchMaterialBase::getMaterials(const UInt32 index) const112 MaterialPtr SwitchMaterialBase::getMaterials(const UInt32 index) const 113 113 { 114 114 return _mfMaterials[index];
