diff --git a/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx b/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx index 5fd283cc6b..c11c239082 100755 --- a/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx +++ b/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx @@ -4726,7 +4726,7 @@ get_d3d_mip_type(Texture::FilterType filter_type, case Texture::FT_shadow: case Texture::FT_default: - return D3DTEXF_LINEAR; + return D3DTEXF_NONE; } dxgsg9_cat.error()