Changeset 1041 for branches/Carsten_PtrWork2/Source/System/NodeCores/Groups/DynamicStateGenerators/OSGCubeMapGeneratorBase.cpp
- Timestamp:
- 01/24/08 15:11:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/NodeCores/Groups/DynamicStateGenerators/OSGCubeMapGeneratorBase.cpp
r1039 r1041 505 505 bool retVal = false; 506 506 507 if(pNewElem != NullFC)507 if(pNewElem == NullFC) 508 508 return retVal; 509 509
