Typo in AABB_tree

This commit is contained in:
Sebastian Morr 2014-08-08 22:18:40 +02:00
parent 00ff5a443b
commit 34f2991932
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ public:
{
if (empty() && other_tree.empty())
{
break
return;
}
else if (size() > 1 && other_tree.size() > 1)
{