diff options
| -rw-r--r-- | demos/tri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tri.c b/demos/tri.c index 6406b0d4..9d5b83b5 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -651,7 +651,7 @@ static void demo_prepare_textures(struct demo *demo) .addressV = XGL_TEX_ADDRESS_WRAP, .addressW = XGL_TEX_ADDRESS_WRAP, .mipLodBias = 0.0f, - .maxAnisotropy = 0, + .maxAnisotropy = 1, .compareFunc = XGL_COMPARE_NEVER, .minLod = 0.0f, .maxLod = 0.0f, |
