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

    r564 r660  
    8686SimpleTexturedMaterial::~SimpleTexturedMaterial(void) 
    8787{ 
    88     subRef(_textureChunk); 
    89     subRef(_texGenChunk ); 
    90     subRef(_texEnvChunk ); 
    9188} 
    9289 
     
    9794    Inherited::initMethod(ePhase); 
    9895} 
     96 
     97void SimpleTexturedMaterial::resolveLinks(void) 
     98{ 
     99    subRefLocalVar(_textureChunk); 
     100    subRefLocalVar(_texGenChunk ); 
     101    subRefLocalVar(_texEnvChunk ); 
     102} 
     103 
    99104 
    100105#if defined(OSG_WIN32_ICL) && !defined(OSG_CHECK_FIELDSETARG)