Is MacGL really so special?

This commit is contained in:
Siana Gearz
2011-02-07 20:10:36 +01:00
parent 92ef1163bb
commit 211da61654
4 changed files with 0 additions and 22 deletions

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;