Fix 3D editor overlay not redrawing on camera navigation

This commit is contained in:
ryevdokimov 2026-03-08 20:24:56 -04:00
parent 220b0b2f74
commit 51f952fe12

View file

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