Small typo

This commit is contained in:
Trygve 2024-05-07 11:00:49 +02:00
parent 32a0b18f8e
commit ec0a31db5d
1 changed files with 1 additions and 3 deletions

View File

@ -90,6 +90,4 @@ void HeightMap::blur(float standard_deviation)
free(this->data);
this->data = blurred;
blurred = nullptr;
}
void::
}