Skip to content

Commit

Permalink
another fix lol
Browse files Browse the repository at this point in the history
  • Loading branch information
therabug committed Nov 14, 2024
1 parent 22e0322 commit 8efa7d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servers/rendering/renderer_viewport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ 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);
RSG::texture_storage->set_filter_mode(p_viewport->render_target, RS::CANVAS_ITEM_TEXTURE_FILTER_NEAREST);
break;
case RS::VIEWPORT_SCALING_3D_MODE_FSR:
case RS::VIEWPORT_SCALING_3D_MODE_FSR2:
Expand Down

0 comments on commit 8efa7d2

Please sign in to comment.