diff --git a/src/osg/Texture.cpp b/src/osg/Texture.cpp index 952840934..ec3948f1f 100644 --- a/src/osg/Texture.cpp +++ b/src/osg/Texture.cpp @@ -2085,8 +2085,6 @@ bool Texture::areAllTextureObjectsLoaded() const GLenum Texture::selectSizedInternalFormat(const osg::Image* image) const { - if (_borderWidth!=0) return 0; - if (image) { bool compressed_image = isCompressedInternalFormat((GLenum)image->getPixelFormat());