From 2ad3cff72223de7291d9c42149765c458944aacc Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 4 Aug 2024 03:37:29 +0200 Subject: Increase Earth's spin a bit in `solar_system` example --- examples/solar_system/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/solar_system/src') diff --git a/examples/solar_system/src/main.rs b/examples/solar_system/src/main.rs index 1f4e642b..a4931465 100644 --- a/examples/solar_system/src/main.rs +++ b/examples/solar_system/src/main.rs @@ -192,7 +192,7 @@ impl canvas::Program for State { &self.earth, Rectangle::with_radius(Self::EARTH_RADIUS), image::FilterMethod::Linear, - rotation * 10.0, + rotation * 20.0, 1.0, ); -- cgit