Skip to content
Snippets Groups Projects
Commit 4ab3e0c1 authored by John Mitchell's avatar John Mitchell
Browse files

Fixed bug

parent efb9118b
No related branches found
No related tags found
No related merge requests found
......@@ -654,10 +654,6 @@ pub fn queue_quads(queue_quads: QueueQuads) {
let spec_pipeline = pipelines.specialize(&mut pipeline_cache, &quad_pipeline, key);
for quad in extracted_quads.iter_mut() {
if previous_clip_rect.width() < 1.0 || previous_clip_rect.height() < 1.0 {
continue;
}
queue_quads_inner(
&mut commands,
&render_device,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment