We're committed to LargeVolume now, so we don't need the define to switch volume types.

This commit is contained in:
Daviw Williams 2013-11-18 16:57:37 +01:00
parent 15b170696c
commit 31b59702be

View File

@ -117,11 +117,4 @@ freely, subject to the following restrictions:
#define polyvox_shared_ptr boost::shared_ptr #define polyvox_shared_ptr boost::shared_ptr
#endif #endif
#define USE_LARGE_VOLUME
#ifdef USE_LARGE_VOLUME
#define POLYVOX_VOLUME LargeVolume
#else
#define POLYVOX_VOLUME SimpleVolume
#endif
#endif #endif