- Timestamp:
- 05/05/08 06:39:01 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Base/OSGMaterialDrawableBase.cpp
r1161 r1193 169 169 } 170 170 171 SFUnrecMaterialPtr *MaterialDrawableBase::editSFMaterial (void) 172 { 173 editSField(MaterialFieldMask); 174 175 return &_sfMaterial; 176 } 177 171 178 172 179 … … 239 246 if(source != NULL) 240 247 { 241 242 this->setMaterial(source->getMaterial()); 248 MaterialDrawable *pThis = static_cast<MaterialDrawable *>(this); 249 250 pThis->setMaterial(source->getMaterial()); 243 251 } 244 252 }
