mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Switch back to linear filtering for text to reduce blur.
This commit is contained in:
parent
bcd6ce8791
commit
85d97887b2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ void lcStringCache::CacheStrings(const QStringList& Strings)
|
|||
DestHeight = qMax(DestHeight, SourceRect.height());
|
||||
}
|
||||
|
||||
mTexture->SetImage(&TextureImage, LC_TEXTURE_MIPMAPS | LC_TEXTURE_ANISOTROPIC);
|
||||
mTexture->SetImage(&TextureImage, LC_TEXTURE_LINEAR);
|
||||
}
|
||||
|
||||
void lcStringCache::GetStringDimensions(int* cx, int* cy, const QString& String) const
|
||||
|
|
Loading…
Reference in a new issue