summaryrefslogtreecommitdiff
path: root/src/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.h')
-rw-r--r--src/Config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h
index 8ed2075..46a9599 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -44,6 +44,10 @@
//#define IGNORE_UPDATES //uncomment this for mods, to not get any update notifications
+#if defined(DEBUG) || defined(RENDERER) || defined(X86_SSE2)
+#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"
#elif defined(BETA)