🐛 Fix problem with fast mode

This commit is contained in:
alonso.torres 2026-04-13 12:56:26 +02:00
parent 83e9f85ccf
commit 2d07b9e77c

View File

@ -2455,6 +2455,10 @@ impl RenderState {
&node_render_state,
target_surface,
)?;
} else {
// This is necessary or the later flush_and_submit will be very slow
self.surfaces
.draw_into(SurfaceId::DropShadows, target_surface, None);
}
self.render_shape(