Skip to content

Commit

Permalink
celtest use aniso
Browse files Browse the repository at this point in the history
  • Loading branch information
redthing1 committed Jul 16, 2024
1 parent 60b9590 commit f837871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/celtest/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit f837871

Please sign in to comment.