From 22e7987e265cf3ff19a5bb4f7ff2c030f67ed4a8 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 26 Feb 2024 18:45:59 +0100 Subject: [PATCH] Fix height -> width typo. --- interlinked/source/projects/year_2022/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interlinked/source/projects/year_2022/mod.rs b/interlinked/source/projects/year_2022/mod.rs index e2e3433..c68253f 100644 --- a/interlinked/source/projects/year_2022/mod.rs +++ b/interlinked/source/projects/year_2022/mod.rs @@ -234,7 +234,7 @@ pub fn day_2022_03_11() -> Project { .with_seed(168_139_081.0) .with_turbulence(1.5) .with_height(2160) - .with_height(3840) + .with_width(3840) .boxed(), Cartoon::default() .with_mask_radius(40.0)