Merge pull request #116910 from ryevdokimov/redraw-3d-overlay-on-nav

Fix 3D editor overlay not redrawing on camera navigation
This commit is contained in:
Thaddeus Crews 2026-03-12 09:03:42 -05:00
commit c410547bfa
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -2570,6 +2570,7 @@ void Node3DEditorViewport::_cursor_interpolated() {
rotation_control->queue_redraw();
position_control->queue_redraw();
look_control->queue_redraw();
surface->queue_redraw();
spatial_editor->update_grid();
}