- Timestamp:
- 05/05/08 06:39:01 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Depreciated/State/OSGTextureChunkBase.cpp
r1161 r1193 1801 1801 } 1802 1802 1803 SFUnrecImagePtr *TextureChunkBase::editSFImage (void) 1804 { 1805 editSField(ImageFieldMask); 1806 1807 return &_sfImage; 1808 } 1809 1803 1810 SFGLenum *TextureChunkBase::editSFInternalFormat(void) 1804 1811 { … … 3737 3744 if(source != NULL) 3738 3745 { 3739 3740 this->setImage(source->getImage()); 3746 TextureChunk *pThis = static_cast<TextureChunk *>(this); 3747 3748 pThis->setImage(source->getImage()); 3741 3749 } 3742 3750 }
