Skip to content

Commit

Permalink
Fix crate name in string
Browse files Browse the repository at this point in the history
  • Loading branch information
SafariMonkey committed Dec 10, 2023
1 parent 945f44a commit 02ce026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/d3d12.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub fn initialize_xr_graphics(
wgpu_adapter.create_device_from_hal(
wgpu_open_device,
&wgpu::DeviceDescriptor {
label: Some("bevy_openxr device"),
label: Some("bevy_oxr device"),
features: wgpu_features,
limits: wgpu_limits,
},
Expand Down

0 comments on commit 02ce026

Please sign in to comment.