Group should work now.

This commit is contained in:
Godzil
2020-02-24 17:25:54 +00:00
parent 7c794f0496
commit 7bbe5e843b
5 changed files with 40 additions and 10 deletions

View File

@@ -24,6 +24,7 @@ Intersect::Intersect()
Intersect::~Intersect()
{
/* Free stuff */
free(this->list);
}
void Intersect::add(Intersection i)