Changeset 1037 for branches/Carsten_PtrWork2/Source/System/Statistics/Foregrounds/OSGStatisticsDefaultFont.cpp
- Timestamp:
- 01/03/08 10:09:26 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Statistics/Foregrounds/OSGStatisticsDefaultFont.cpp
r627 r1037 610 610 611 611 _texObjChunk = TextureObjChunk::create(); 612 addRef(_texObjChunk); 613 ImagePtr texture = _face->getTexture(); 612 ImageRefPtr texture(_face->getTexture()); 614 613 _texObjChunk->setImage(texture); 615 614 _texObjChunk->setWrapS(GL_CLAMP);
