Show
Ignore:
Timestamp:
05/05/08 06:39:01 (5 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.cpp

    r1161 r1193  
    169169} 
    170170 
     171SFUnrecMaterialPtr  *MaterialDrawableBase::editSFMaterial       (void) 
     172{ 
     173    editSField(MaterialFieldMask); 
     174 
     175    return &_sfMaterial; 
     176} 
     177 
    171178 
    172179 
     
    239246    if(source != NULL) 
    240247    { 
    241  
    242         this->setMaterial(source->getMaterial()); 
     248        MaterialDrawable *pThis = static_cast<MaterialDrawable *>(this); 
     249 
     250        pThis->setMaterial(source->getMaterial()); 
    243251    } 
    244252}