Fix no newline at EOF.

This commit is contained in:
Router Gray
2019-05-24 06:18:52 -05:00
parent 58d94e9883
commit 3951f6f516

View File

@@ -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;
}
}