mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-13 11:54:04 +02:00
disable HIGH_QUALITY_RESAMPLE when compiling debug builds for OS X
crashes my compiler ...
This commit is contained in:
@@ -30,7 +30,9 @@
|
|||||||
|
|
||||||
//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications
|
//#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
|
#define HIGH_QUALITY_RESAMPLE //High quality image resampling, slower but much higher quality than my terribad linear interpolation
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(SNAPSHOT)
|
#if defined(SNAPSHOT)
|
||||||
#define IDENT_RELTYPE "S"
|
#define IDENT_RELTYPE "S"
|
||||||
|
Reference in New Issue
Block a user