From 101037d0c2b62262a3ad239353bab7af0e69ff56 Mon Sep 17 00:00:00 2001 From: re0312 <45868716+re0312@users.noreply.github.com> Date: Sun, 7 Jan 2024 23:02:43 +0800 Subject: [PATCH] update Outdated comment (#11243) # Objective - since #9236 queue_mesh_bind_group has been renamed to prepare_mesh_bind_group,but the comment referring to it has not been updated. . --- crates/bevy_pbr/src/render/mesh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_pbr/src/render/mesh.rs b/crates/bevy_pbr/src/render/mesh.rs index c38c2445f2..b1734b621a 100644 --- a/crates/bevy_pbr/src/render/mesh.rs +++ b/crates/bevy_pbr/src/render/mesh.rs @@ -1106,7 +1106,7 @@ impl RenderCommand

for SetMeshBindGroup { else { error!( "The MeshBindGroups resource wasn't set in the render phase. \ - It should be set by the queue_mesh_bind_group system.\n\ + It should be set by the prepare_mesh_bind_group system.\n\ This is a bevy bug! Please open an issue." ); return RenderCommandResult::Failure;