From 2cdbe035df26bdba2e2dd38148099765b132fa9f Mon Sep 17 00:00:00 2001 From: Eukara Date: Sat, 13 Oct 2018 19:46:33 +0000 Subject: [PATCH] Updated The Wastes' config to use world grid optimisation git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5320 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/config_wastes.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/common/config_wastes.h b/engine/common/config_wastes.h index 791953fdc..991b03b1d 100644 --- a/engine/common/config_wastes.h +++ b/engine/common/config_wastes.h @@ -52,11 +52,11 @@ #ifndef MULTITHREAD #define MULTITHREAD //misc basic multithreading - dsound, downloads, basic stuff that's unlikely to have race conditions. #endif -#define LOADERTHREAD //worker threads for loading misc stuff. falls back on main thread if not supported. -//#define USEAREAGRID //world collision optimisation. REQUIRED for performance with xonotic. hopefully it helps a few other mods too. +#define LOADERTHREAD // worker threads for loading misc stuff. falls back on main thread if not supported. +#define USEAREAGRID // world collision optimisation #define USERBE -#undef AVAIL_FREETYPE //for truetype font rendering -#define IMAGEFMT_DDS //.dds files embed mipmaps and texture compression. faster to load. +#undef AVAIL_FREETYPE // for truetype font rendering +#define IMAGEFMT_DDS // .dds files embed mipmaps and texture compression. faster to load. #define DECOMPRESS_ETC2 #define DECOMPRESS_RGTC #define DECOMPRESS_S3TC