diff options
| author | Ray <[email protected]> | 2021-03-03 19:47:37 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-03 19:47:37 +0100 |
| commit | dfe797060abe25f5f17a875bdb5168b2e0c654f7 (patch) | |
| tree | 686c872b0d0933c6be8ddcc05c3d79a635970298 /src/core.c | |
| parent | 408f5aedb8d4966aec3eea47524b7460be9446ea (diff) | |
| download | raylib-dfe797060abe25f5f17a875bdb5168b2e0c654f7.tar.gz raylib-dfe797060abe25f5f17a875bdb5168b2e0c654f7.zip | |
WARNING: BREAKING: RENAMED: enums values
RENAMED: TextureFilterMode values
RENAMED: TextureWrapMode values
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -754,7 +754,7 @@ void InitWindow(int width, int height, const char *title) if ((CORE.Window.flags & FLAG_WINDOW_HIGHDPI) > 0) { // Set default font texture filter for HighDPI (blurry) - SetTextureFilter(GetFontDefault().texture, FILTER_BILINEAR); + SetTextureFilter(GetFontDefault().texture, TEXTURE_FILTER_BILINEAR); } #endif |
