Point density: Removed wrong line in previous commit

Thanks Bastien for finding this out!
This commit is contained in:
Sergey Sharybin 2016-02-23 14:33:15 +01:00
parent 509953a9db
commit 7a62fe316b
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ void RE_point_density_sample(
point_density_sample_func,
resolution > 32);
BLI_mutex_unlock(&sample_mutex);
free_pointdensity(pd);
}
void RE_point_density_free(struct PointDensity *pd)