Increase Earth's spin a bit in solar_system example
This commit is contained in:
parent
ed959023e9
commit
2ad3cff722
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ impl<Message> canvas::Program<Message> for State {
|
||||||
&self.earth,
|
&self.earth,
|
||||||
Rectangle::with_radius(Self::EARTH_RADIUS),
|
Rectangle::with_radius(Self::EARTH_RADIUS),
|
||||||
image::FilterMethod::Linear,
|
image::FilterMethod::Linear,
|
||||||
rotation * 10.0,
|
rotation * 20.0,
|
||||||
1.0,
|
1.0,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue