Changeset 1041 for branches/Carsten_PtrWork2/Source/System/State/Auxiliary/OSGTextureSelectChunkBase.cpp
- Timestamp:
- 01/24/08 15:11:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/State/Auxiliary/OSGTextureSelectChunkBase.cpp
r1039 r1041 270 270 bool retVal = false; 271 271 272 if(pNewElem != NullFC)272 if(pNewElem == NullFC) 273 273 return retVal; 274 274
