Skip to content

Commit 7820b5e

Browse files
author
Torstein Grindvik
committed
Change cone default
Signed-off-by: Torstein Grindvik <[email protected]>
1 parent d519898 commit 7820b5e

File tree

1 file changed

+2
-2
lines changed
  • crates/bevy_render/src/mesh/shape

1 file changed

+2
-2
lines changed

crates/bevy_render/src/mesh/shape/cone.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ pub struct Cone {
2727
impl Default for Cone {
2828
fn default() -> Self {
2929
Self {
30-
top_radius: 0.2,
31-
bottom_radius: 0.8,
30+
top_radius: 0.0,
31+
bottom_radius: 1.0,
3232
height: 1.0,
3333
resolution: 16,
3434
segments: 1,

0 commit comments

Comments
 (0)