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/Depreciated/State/OSGTextureChunkBase.cpp

    r1161 r1193  
    18011801} 
    18021802 
     1803SFUnrecImagePtr     *TextureChunkBase::editSFImage          (void) 
     1804{ 
     1805    editSField(ImageFieldMask); 
     1806 
     1807    return &_sfImage; 
     1808} 
     1809 
    18031810SFGLenum *TextureChunkBase::editSFInternalFormat(void) 
    18041811{ 
     
    37373744    if(source != NULL) 
    37383745    { 
    3739  
    3740         this->setImage(source->getImage()); 
     3746        TextureChunk *pThis = static_cast<TextureChunk *>(this); 
     3747 
     3748        pThis->setImage(source->getImage()); 
    37413749    } 
    37423750}