engine: client: request if font texture has nearest filtering from the renderer

This commit is contained in:
Alibek Omarov
2024-01-29 05:41:16 +03:00
parent af316bff14
commit 6ca5f7c6fb
2 changed files with 1 additions and 4 deletions

View File

@@ -343,7 +343,6 @@ typedef struct
int charHeight; // scaled height
int type; // fixed width font or variable
int rendermode; // default rendermode
qboolean nearest; // nearest filtering enabled
qboolean valid; // all rectangles are valid
} cl_font_t;