From 2ec0ea8b1b79f3d6aaa4f15d0c81615c1fd41691 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 11 Apr 2006 02:11:56 +0000 Subject: [PATCH] Fixed FT_default -> D3DTEXF_NONE --- panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()