Skip to content

Commit

Permalink
I'm a professional software engineer
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Oct 18, 2023
1 parent 256d3aa commit 3d8cfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-hal/src/auxil/dxgi/factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub fn enumerate_adapters(factory: d3d12::DxgiFactory) -> Vec<d3d12::DxgiAdapter
break;
}

if !filter_adapter(&adapter4) {
if !filter_adapter(&adapter1) {
continue;
}

Expand Down

0 comments on commit 3d8cfd7

Please sign in to comment.