Skip to content

Commit

Permalink
palettizer: Fix magfilter on KW_mipmap
Browse files Browse the repository at this point in the history
Closes #1631
  • Loading branch information
kamgha authored and rdb committed Mar 27, 2024
1 parent a50b9d8 commit aa58b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandatool/src/palettizer/txaLine.cxx
Expand Up @@ -492,7 +492,7 @@ match_texture(TextureImage *texture) const {

case KW_mipmap:
request._minfilter = EggTexture::FT_linear_mipmap_linear;
request._magfilter = EggTexture::FT_linear_mipmap_linear;
request._magfilter = EggTexture::FT_linear;
break;

case KW_anisotropic:
Expand Down

0 comments on commit aa58b4c

Please sign in to comment.