Show
Ignore:
Timestamp:
05/05/08 06:39:01 (4 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Base/OSGMaterialBase.inl

    r787 r1193  
    8686//! Get the value of the Material::_sfSortKey field. 
    8787inline 
    88 const Int32 &MaterialBase::getSortKey(void) const 
     88const Int32 MaterialBase::getSortKey(void) const 
    8989{ 
    9090    return _sfSortKey.getValue(); 
     
    119119//! Get the value of the Material::_sfTransparencyMode field. 
    120120inline 
    121 const Int32 &MaterialBase::getTransparencyMode(void) const 
     121const Int32 MaterialBase::getTransparencyMode(void) const 
    122122{ 
    123123    return _sfTransparencyMode.getValue();