Fixed a small bug that was breaking the far ptr's

This commit is contained in:
MitchellHansen
2017-10-12 00:04:06 -07:00
parent 2519532172
commit b9c1bef7bc
3 changed files with 32 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ struct OctState {
class Octree {
public:
static const int buffer_size = 100000;
static const int buffer_size = 300000;
Octree();
~Octree() {};