Browse Source

Fixed FT_default -> D3DTEXF_NONE

Josh Yelon 19 years ago
parent
commit
2ec0ea8b1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx

+ 1 - 1
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()