Skip to content

Commit 6f35da3

Browse files
committed
remove unnecessary default
1 parent c9a012f commit 6f35da3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/3d/wireframe.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ fn main() {
1919
features: WgpuFeatures::POLYGON_MODE_LINE,
2020
..default()
2121
}),
22-
..default()
2322
}),
2423
// You need to add this plugin to enable wireframe rendering
2524
WireframePlugin,

0 commit comments

Comments
 (0)