Fix height -> width typo.

This commit is contained in:
Bauke 2024-02-26 18:45:59 +01:00
parent 121e26ece1
commit 22e7987e26
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -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)