Increase Earth's spin a bit in solar_system example

This commit is contained in:
Héctor Ramón Jiménez 2024-08-04 03:37:29 +02:00
parent ed959023e9
commit 2ad3cff722
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -192,7 +192,7 @@ impl<Message> canvas::Program<Message> for State {
&self.earth,
Rectangle::with_radius(Self::EARTH_RADIUS),
image::FilterMethod::Linear,
rotation * 10.0,
rotation * 20.0,
1.0,
);