Fixed FT_default -> D3DTEXF_NONE

This commit is contained in:
Josh Yelon 2006-04-11 02:11:56 +00:00
parent c9501e7c1c
commit 2ec0ea8b1b
1 changed files with 1 additions and 1 deletions

View File

@ -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()