Skip to content

Commit

Permalink
Remove another .view_layouts (#13410)
Browse files Browse the repository at this point in the history
I forgot to save that file when submitting #13394 😅
  • Loading branch information
IceSentry authored May 19, 2024
1 parent 846757c commit bf2aced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/render/mesh_view_bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ pub fn prepare_mesh_view_bind_groups(
.map(|t| &t.screen_space_ambient_occlusion_texture.default_view)
.unwrap_or(&fallback_ssao);

let layout = &mesh_pipeline.view_layouts.get_view_layout(
let layout = &mesh_pipeline.get_view_layout(
MeshPipelineViewLayoutKey::from(*msaa)
| MeshPipelineViewLayoutKey::from(prepass_textures),
);
Expand Down

0 comments on commit bf2aced

Please sign in to comment.