From ec0a31db5d34985f3bf90874b2293182e8bdbeab Mon Sep 17 00:00:00 2001 From: Trygve Date: Tue, 7 May 2024 11:00:49 +0200 Subject: [PATCH] Small typo --- src/HeightMap.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/HeightMap.cpp b/src/HeightMap.cpp index 2e788af..017a0a4 100644 --- a/src/HeightMap.cpp +++ b/src/HeightMap.cpp @@ -90,6 +90,4 @@ void HeightMap::blur(float standard_deviation) free(this->data); this->data = blurred; blurred = nullptr; -} - -void:: \ No newline at end of file +} \ No newline at end of file