Skip to content

Commit bf2aced

Browse files
authored
Remove another .view_layouts (#13410)
I forgot to save that file when submitting #13394 😅
1 parent 846757c commit bf2aced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_pbr/src/render/mesh_view_bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ pub fn prepare_mesh_view_bind_groups(
506506
.map(|t| &t.screen_space_ambient_occlusion_texture.default_view)
507507
.unwrap_or(&fallback_ssao);
508508

509-
let layout = &mesh_pipeline.view_layouts.get_view_layout(
509+
let layout = &mesh_pipeline.get_view_layout(
510510
MeshPipelineViewLayoutKey::from(*msaa)
511511
| MeshPipelineViewLayoutKey::from(prepass_textures),
512512
);

0 commit comments

Comments
 (0)