Skip to content

Commit

Permalink
fix missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 26, 2024
1 parent 6c86db1 commit ec7526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eframe/src/web/web_painter_wgpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl WebPainterWgpu {
instance = wgpu::Instance::new(wgpu::InstanceDescriptor {
backends,
..Default::default()
})
});
} else {
return Err(
"Failed to create WebGPU adapter and WebGL was not enabled.".to_owned()
Expand Down

0 comments on commit ec7526e

Please sign in to comment.