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:
commit
c410547bfa
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue