- Timestamp:
- 04/06/07 00:00:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mixin-collappse/Source/System/Material/Base/OSGSwitchMaterialBase.cpp
r658 r660 599 599 #endif 600 600 601 void SwitchMaterialBase::resolveLinks(UInt32 uiCurrentAspect, 602 AspectOffsetStore &oOffsets) 603 { 604 Inherited::resolveLinks(uiCurrentAspect, oOffsets); 601 void SwitchMaterialBase::resolveLinks(void) 602 { 603 Inherited::resolveLinks(); 604 605 605 606 606 607 static_cast<SwitchMaterial *>(this)->clearMaterials();
