11 lines
309 B
Diff
11 lines
309 B
Diff
--- a/gui/quadtree.h
|
|
+++ b/gui/quadtree.h
|
|
@@ -226,7 +226,6 @@
|
|
return *this;
|
|
bound_ = other.bound_;
|
|
max_elems_ = other.max_elems_;
|
|
- children_ = other.max_children_;
|
|
children_ = other.children_;
|
|
splitx_ = other.splitx_;
|
|
splity_ = other.splity_;
|