mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-24 08:10:16 +00:00
Small typo
This commit is contained in:
parent
32a0b18f8e
commit
ec0a31db5d
@ -90,6 +90,4 @@ void HeightMap::blur(float standard_deviation)
|
|||||||
free(this->data);
|
free(this->data);
|
||||||
this->data = blurred;
|
this->data = blurred;
|
||||||
blurred = nullptr;
|
blurred = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
void::
|
|
Loading…
Reference in New Issue
Block a user