Skip to content

Commit

Permalink
Fix error tense
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Walton <[email protected]>
  • Loading branch information
JMS55 and pcwalton authored Apr 10, 2024
1 parent 7f2fd53 commit cf7d3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/meshlet/from_mesh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ fn convert_meshlet_bounds(bounds: meshopt_Bounds) -> MeshletBoundingSphere {
pub enum MeshToMeshletMeshConversionError {
#[error("Mesh primitive topology is not TriangleList")]
WrongMeshPrimitiveTopology,
#[error("Mesh attributes is not {{POSITION, NORMAL, UV_0, TANGENT}}")]
#[error("Mesh attributes are not {{POSITION, NORMAL, UV_0, TANGENT}}")]
WrongMeshVertexAttributes,
#[error("Mesh has no indices")]
MeshMissingIndices,
Expand Down

0 comments on commit cf7d3a9

Please sign in to comment.