Skip to content

Commit

Permalink
Mention the bevy_wgpu plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MinerSebas committed Apr 19, 2021
1 parent b01c606 commit 6865fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ impl Plugin for RenderPlugin {

fn check_for_render_resource_context(context: Option<Res<Box<dyn RenderResourceContext>>>) {
if context.is_none() {
panic!("bevy_render couldn't find a render backend. Try adding bevy_wgpu!")
panic!("bevy_render couldn't find a render backend. Perhaps try adding the bevy_wgpu plugin!")
}
}

0 comments on commit 6865fb3

Please sign in to comment.