Skip to content

Commit

Permalink
Update expect msg
Browse files Browse the repository at this point in the history
  • Loading branch information
elftausend committed Sep 1, 2024
1 parent c9bf1e9 commit 40603f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/webgl/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl Context {

let context = canvas
.get_context("webgl2")?
.unwrap()
.expect("Could not get webgl2 context")
.dyn_into::<web_sys::WebGl2RenderingContext>()?;

Ok(Self {
Expand Down

0 comments on commit 40603f9

Please sign in to comment.