Fix 3D editor overlay not redrawing on camera navigation
This commit is contained in:
parent
220b0b2f74
commit
51f952fe12
1 changed files with 1 additions and 0 deletions
|
|
@ -2522,6 +2522,7 @@ void Node3DEditorViewport::_cursor_interpolated() {
|
||||||
rotation_control->queue_redraw();
|
rotation_control->queue_redraw();
|
||||||
position_control->queue_redraw();
|
position_control->queue_redraw();
|
||||||
look_control->queue_redraw();
|
look_control->queue_redraw();
|
||||||
|
surface->queue_redraw();
|
||||||
spatial_editor->update_grid();
|
spatial_editor->update_grid();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue