🐛 Fix thumbnail generation

This commit is contained in:
alonso.torres 2026-04-17 12:30:13 +02:00
parent f1f612f265
commit 97496d8ad7

View File

@ -1780,8 +1780,6 @@ impl RenderState {
self.render_shape_tree_partial(base_object, tree, timestamp, false)?;
}
self.flush_and_submit();
notify_tiles_render_complete();
Ok(())
}