From 4bb96c0c090112a8f72b2ab17947294af0897fbf Mon Sep 17 00:00:00 2001 From: Lohikar Date: Sun, 2 Jul 2017 18:41:45 -0500 Subject: [PATCH] Disable the memhack (#2926) Disables the 510 lighting memory hack by default since we're on 511 now. --- code/__defines/lighting.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__defines/lighting.dm b/code/__defines/lighting.dm index bcdddbd9d1c..2266c56aa9b 100644 --- a/code/__defines/lighting.dm +++ b/code/__defines/lighting.dm @@ -13,7 +13,7 @@ // If defined, a tiny random number will be added to lighting matrixes to prevent a memory leak bug in v510 and below. // Enabling this disables lighting rounding. -#define LIGHTING_USE_MEMORY_HACK +//#define LIGHTING_USE_MEMORY_HACK // If I were you I'd leave this alone. #define LIGHTING_BASE_MATRIX \