diff --git a/indra/llrender/llgltexture.cpp b/indra/llrender/llgltexture.cpp index 590fe9d17..3e8638595 100644 --- a/indra/llrender/llgltexture.cpp +++ b/indra/llrender/llgltexture.cpp @@ -393,4 +393,4 @@ void LLGLTexture::setTexelsPerImage() S32 fullwidth = llmin(mFullWidth,(S32)MAX_IMAGE_SIZE_DEFAULT); S32 fullheight = llmin(mFullHeight,(S32)MAX_IMAGE_SIZE_DEFAULT); mTexelsPerImage = (F32)fullwidth * fullheight; -} \ No newline at end of file +}