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/OSGSimpleMaterial.cpp

    r658 r660  
    104104} 
    105105 
    106 void SimpleMaterial::resolveLinks(UInt32             uiCurrentAspect, 
    107                                   AspectOffsetStore &oOffsets) 
    108 
    109     Inherited::resolveLinks(uiCurrentAspect, oOffsets); 
    110  
    111     subRef(_materialChunk); 
    112     subRef(_blendChunk   );     
     106void SimpleMaterial::resolveLinks(void) 
     107
     108    Inherited::resolveLinks(); 
     109 
     110    subRefLocalVar(_materialChunk); 
     111    subRefLocalVar(_blendChunk   );     
    113112} 
    114113