disable HIGH_QUALITY_RESAMPLE when compiling debug builds for OS X

crashes my compiler ...
This commit is contained in:
jacob1 2016-03-07 21:01:33 -05:00
parent 16ee8711bb
commit 66aeb84354

View File

@ -30,7 +30,9 @@
//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications
#if !(defined(MACOSX) && defined(DEBUG))
#define HIGH_QUALITY_RESAMPLE //High quality image resampling, slower but much higher quality than my terribad linear interpolation
#endif
#if defined(SNAPSHOT)
#define IDENT_RELTYPE "S"