Skip to content

Commit

Permalink
Update examples/3d/render_to_texture.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Klokkhammer Helsing <johanhelsing@gmail.com>
  • Loading branch information
HackerFoo and johanhelsing authored Feb 22, 2022
1 parent c7935f0 commit 332589f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d/render_to_texture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fn setup(
..Default::default()
};

// This is the texure that will be rendered to.
// This is the texture that will be rendered to.
let mut image = Image {
texture_descriptor: TextureDescriptor {
label: None,
Expand Down

0 comments on commit 332589f

Please sign in to comment.