Skip to content

Commit 89b5611

Browse files
Remove mip linear - spriteloader
1 parent 7d64d42 commit 89b5611

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

shared/SpriteLoader.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,7 @@ namespace plugin {
169169
RwRasterUnlock(raster);
170170

171171
tex = RwTextureCreate(raster);
172-
if (mipMap)
173-
RwTextureSetFilterMode(tex, rwFILTERMIPLINEAR);
174-
else
175-
RwTextureSetFilterMode(tex, rwFILTERLINEAR);
172+
RwTextureSetFilterMode(tex, rwFILTERLINEAR);
176173

177174
RwTextureSetMipmapping(mipMap);
178175
RwTextureSetAutoMipmapping(mipMap);

0 commit comments

Comments
 (0)