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/Simple/OSGSimpleTexturedMaterialBase.cpp

    r658 r660  
    705705#endif 
    706706 
    707 void SimpleTexturedMaterialBase::resolveLinks(UInt32             uiCurrentAspect, 
    708                                      AspectOffsetStore &oOffsets) 
    709 
    710     Inherited::resolveLinks(uiCurrentAspect, oOffsets); 
     707void SimpleTexturedMaterialBase::resolveLinks(void) 
     708
     709    Inherited::resolveLinks(); 
    711710 
    712711    static_cast<SimpleTexturedMaterial *>(this)->setImage(NullFC); 
     712 
     713 
    713714} 
    714715