From 00fab818cccce28d683565c239ea0684e78d8b3d Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 28 Jul 2013 16:45:08 +0200 Subject: [PATCH] Added define to switch between SimpleVolume and LargeVolume in Cubiquity. This is an abuse of Typedef.h but it's a convenient location and just for temporary testing purposes. It won't get merged back into PolyVox. --- library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h index 191e34f4..24cb8217 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/TypeDef.h @@ -117,7 +117,7 @@ freely, subject to the following restrictions: #define polyvox_shared_ptr boost::shared_ptr #endif -//#define USE_LARGE_VOLUME +#define USE_LARGE_VOLUME #ifdef USE_LARGE_VOLUME #define POLYVOX_VOLUME LargeVolume #else