Skip to content

Commit 898a069

Browse files
committed
Fixes ViewRect from not updating in editor consistently.
1 parent fb94a00 commit 898a069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/godot/view_rect/view_rect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ void ViewRect::RenderFrame()
241241
/// Clear the dirty bounds.
242242
///
243243
surface->ClearDirtyBounds();
244-
queue_redraw();
245244
}
245+
queue_redraw();
246246
}
247247

248248
void ViewRect::SizeChanged()

0 commit comments

Comments
 (0)