diff --git a/editor/scene/3d/node_3d_editor_plugin.cpp b/editor/scene/3d/node_3d_editor_plugin.cpp index ed18e16259..0ac67e51ca 100644 --- a/editor/scene/3d/node_3d_editor_plugin.cpp +++ b/editor/scene/3d/node_3d_editor_plugin.cpp @@ -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(); }