mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 12:21:31 +11:00
Cargo fmt
This commit is contained in:
parent
f4a2fc616b
commit
6fc1ed8e13
|
@ -300,7 +300,9 @@ fn run(
|
||||||
interactive: true,
|
interactive: true,
|
||||||
complexity,
|
complexity,
|
||||||
};
|
};
|
||||||
example_scene.function.render(&mut builder, &mut scene_params);
|
example_scene
|
||||||
|
.function
|
||||||
|
.render(&mut builder, &mut scene_params);
|
||||||
|
|
||||||
// If the user specifies a base color in the CLI we use that. Otherwise we use any
|
// If the user specifies a base color in the CLI we use that. Otherwise we use any
|
||||||
// color specified by the scene. The default is black.
|
// color specified by the scene. The default is black.
|
||||||
|
|
Loading…
Reference in a new issue