We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent 843275b commit 2179bbaCopy full SHA for 2179bba
crates/bevy_render/src/mesh/primitives/dim2.rs
@@ -154,7 +154,7 @@ impl CircularSectorMeshBuilder {
154
.with_inserted_attribute(Mesh::ATTRIBUTE_POSITION, positions)
155
.with_inserted_attribute(Mesh::ATTRIBUTE_NORMAL, normals)
156
.with_inserted_attribute(Mesh::ATTRIBUTE_UV_0, uvs)
157
- .with_indices(Some(Indices::U32(indices)))
+ .with_inserted_indices(Indices::U32(indices))
158
}
159
160
@@ -256,7 +256,7 @@ impl CircularSegmentMeshBuilder {
256
257
258
259
260
261
262
0 commit comments