Skip to content

Commit 2a08f7a

Browse files
Fix mesh2d_manual camera example fix
1 parent 8329159 commit 2a08f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/2d/mesh2d_manual.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ use bevy::{
1313
mesh::{Indices, MeshVertexAttribute, VertexBufferLayout},
1414
prelude::*,
1515
render::{
16+
camera::ExtractedCamera,
1617
mesh::RenderMesh,
1718
render_asset::RenderAssets,
1819
render_phase::{
@@ -37,7 +38,6 @@ use bevy::{
3738
SetMesh2dViewBindGroup,
3839
},
3940
};
40-
use bevy_render::camera::ExtractedCamera;
4141
use std::f32::consts::PI;
4242

4343
fn main() {

0 commit comments

Comments
 (0)