Remove another .view_layouts (#13410)

I forgot to save that file when submitting #13394 😅
This commit is contained in:
IceSentry 2024-05-18 20:08:27 -04:00 committed by GitHub
parent 846757cb38
commit bf2aced279
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),
);