Reenabled exceptions as we're not using Cubiquity on mobile at the moment.

This commit is contained in:
Daviw Williams 2013-03-26 11:45:53 +01:00
parent 5eedb9f21c
commit 055539ef75

View File

@ -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