Skip to content

Commit

Permalink
Update GUI texture filtering setting immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithMDC committed Nov 27, 2024
1 parent ca862b9 commit 9d2e1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions port/src/optionsmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ static MenuItemHandlerResult menuhandlerTexFilter2D(s32 operation, struct menuit
return videoGetTextureFilter2D();
case MENUOP_SET:
videoSetTextureFilter2D(data->checkbox.value);
g_TexFilter2D = videoGetTextureFilter2D() ? G_TF_BILERP : G_TF_POINT;
break;
}

Expand Down

0 comments on commit 9d2e1ed

Please sign in to comment.