Show
Ignore:
Timestamp:
04/06/07 00:00:32 (2 years ago)
Author:
vossg
Message:

fixed : improved multi aspect value field deletion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mixin-collappse/Source/System/Material/Base/OSGMultiPassMaterialBase.cpp

    r658 r660  
    527527#endif 
    528528 
    529 void MultiPassMaterialBase::resolveLinks(UInt32             uiCurrentAspect, 
    530                                      AspectOffsetStore &oOffsets) 
    531 
    532     Inherited::resolveLinks(uiCurrentAspect, oOffsets); 
     529void MultiPassMaterialBase::resolveLinks(void) 
     530
     531    Inherited::resolveLinks(); 
     532 
     533 
    533534 
    534535    static_cast<MultiPassMaterial *>(this)->clearMaterials();