From 055539ef7595f51ee7e38f2b9517c2c385d6887a Mon Sep 17 00:00:00 2001 From: Daviw Williams Date: Tue, 26 Mar 2013 11:45:53 +0100 Subject: [PATCH] Reenabled exceptions as we're not using Cubiquity on mobile at the moment. --- library/PolyVoxCore/include/PolyVoxCore/Impl/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/Config.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/Config.h index 919950f2..e97e27af 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/Config.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/Config.h @@ -25,6 +25,6 @@ freely, subject to the following restrictions: #define __PolyVox_Config_H__ #define POLYVOX_ASSERTS_ENABLED -//#define POLYVOX_THROW_ENABLED //Not allowed on Android. +#define POLYVOX_THROW_ENABLED #endif