Changeset 660 for branches/mixin-collappse/Source/System/Depreciated/State/OSGCubeTextureChunkBase.cpp
- Timestamp:
- 04/06/07 00:00:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mixin-collappse/Source/System/Depreciated/State/OSGCubeTextureChunkBase.cpp
r658 r660 698 698 #endif 699 699 700 void CubeTextureChunkBase::resolveLinks(UInt32 uiCurrentAspect, 701 AspectOffsetStore &oOffsets) 702 { 703 Inherited::resolveLinks(uiCurrentAspect, oOffsets); 700 void CubeTextureChunkBase::resolveLinks(void) 701 { 702 Inherited::resolveLinks(); 704 703 705 704 static_cast<CubeTextureChunk *>(this)->setPosZImage(NullFC); … … 712 711 713 712 static_cast<CubeTextureChunk *>(this)->setNegYImage(NullFC); 713 714 714 715 } 715 716
