mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-18 17:28:15 +00:00
WARNING: BREAKING: RENAMED: enums values
RENAMED: TextureFilterMode values RENAMED: TextureWrapMode values
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user