mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-04-05 23:12:49 +02:00
disable HIGH_QUALITY_RESAMPLE when compiling debug builds for OS X
crashes my compiler ...
This commit is contained in:
parent
16ee8711bb
commit
66aeb84354
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user