mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 07:00:48 +00:00
Allow linear interpolation of the font textures
With the recent changes to logical presentation, this is necessary for the font to look good when scaled. Fixes https://github.com/libsdl-org/SDL/issues/11123
This commit is contained in:
parent
f6fa617139
commit
2000ccb541
1 changed files with 0 additions and 2 deletions
|
|
@ -3239,8 +3239,6 @@ bool SDLTest_DrawCharacter(SDL_Renderer *renderer, float x, float y, Uint32 c)
|
|||
if (cache->charTextureCache[ci] == NULL) {
|
||||
return false;
|
||||
}
|
||||
|
||||
SDL_SetTextureScaleMode(cache->charTextureCache[ci], SDL_SCALEMODE_NEAREST);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue