Fix no newline at EOF.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user