Changeset 1041 for branches/Carsten_PtrWork2/Source/System/Window/Background/OSGTextureBackgroundBase.inl
- Timestamp:
- 01/24/08 15:11:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Window/Background/OSGTextureBackgroundBase.inl
r1017 r1041 134 134 TextureBackgroundBase::editSFTexture(void) 135 135 { 136 editSField(TextureFieldMask); 137 136 138 return &_sfTexture; 137 139 } … … 146 148 TextureBackgroundBase::editTexture(void) 147 149 { 150 editSField(TextureFieldMask); 151 148 152 return _sfTexture.editValue(); 149 153 }
