Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix disabling anisotropic filtering.
The anisotropic value needs to be set to 1 to disable it, not 0. Anti-aliasing also had the same logic, so I updated that as well. Technically that disabled with either 0 or 1, but the BZDB value for multisample was 1 for disabled.
- Loading branch information