diff --git a/src/main.cpp b/src/main.cpp index 2f576c3..16294e2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1148,7 +1148,7 @@ int main(int argc, char **argv) { .address_mode_v = SDL_GPU_SAMPLERADDRESSMODE_CLAMP_TO_EDGE, .address_mode_w = SDL_GPU_SAMPLERADDRESSMODE_CLAMP_TO_EDGE, - .max_anisotropy = 4.0f, + .max_anisotropy = 16.0f, .enable_anisotropy = true, };