Different octree width is still stupid

This commit is contained in:
Siana Gearz
2011-02-23 22:01:24 +01:00
parent 39728603ea
commit 7796a8df36

View File

@@ -45,11 +45,7 @@
#endif
#define LL_OCTREE_PARANOIA_CHECK 0
#if LL_DARWIN
#define LL_OCTREE_MAX_CAPACITY 32
#else
#define LL_OCTREE_MAX_CAPACITY 128
#endif
template <class T> class LLOctreeNode;