Skip to content

Commit

Permalink
fix lol?
Browse files Browse the repository at this point in the history
  • Loading branch information
therabug committed Nov 14, 2024
1 parent 68493a1 commit 4bf0072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/rendering/renderer_viewport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void RendererViewport::_configure_3d_render_buffers(Viewport *p_viewport) {
target_height = p_viewport->size.height;
render_width = int(target_width * scaling_3d_scale);
render_height = int(target_height * scaling_3d_scale);
rb_config.set_filter_mode(RenderSceneBuffersConfiguration::FILTER_NEAREST);
rb_config.set_filter_mode(RenderSceneBuffersConfiguration::TEXTURE_FILTER_NEAREST);
break;
case RS::VIEWPORT_SCALING_3D_MODE_FSR:
case RS::VIEWPORT_SCALING_3D_MODE_FSR2:
Expand Down

0 comments on commit 4bf0072

Please sign in to comment.