diff --git a/demo/celtest/source/app.d b/demo/celtest/source/app.d index 3e5a0e9..8123a0e 100644 --- a/demo/celtest/source/app.d +++ b/demo/celtest/source/app.d @@ -25,7 +25,7 @@ class Game : Core { this(int width, int height) { // core init here - Core.default_filter_mode = raylib.TextureFilter.TEXTURE_FILTER_TRILINEAR; + Core.default_filter_mode = raylib.TextureFilter.TEXTURE_FILTER_ANISOTROPIC_4X; super(width, height, vr_enabled ? "celtest [VR]" : "celtest"); }