From 0d9b7c0ce2d5c96f781d0234bbd812106fac5ffe Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Wed, 21 Feb 2024 12:01:21 +0100 Subject: [PATCH] update --- crates/border-wars/src/map/generation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/map/generation.rs b/crates/border-wars/src/map/generation.rs index 6e03333..4a948a4 100644 --- a/crates/border-wars/src/map/generation.rs +++ b/crates/border-wars/src/map/generation.rs @@ -1,4 +1,4 @@ -//! All fonctions related to the generation of the map. +//! All functions related to the generation of the map. use bevy::prelude::*; use noise::{NoiseFn, Perlin};