summaryrefslogtreecommitdiff
path: root/src/resources/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/map')
-rw-r--r--src/resources/map/map.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp
index 6a70048e8..8477b026e 100644
--- a/src/resources/map/map.cpp
+++ b/src/resources/map/map.cpp
@@ -1449,10 +1449,7 @@ void Map::clearIndexedTilesets() restrict2
void Map::reduce() restrict2
{
-#ifdef USE_SDL2
- return;
-#else // USE_SDL2
-
+#ifndef USE_SDL2
if ((mFringeLayer == nullptr) ||
mOpenGL != RENDER_SOFTWARE ||
!config.getBoolValue("enableMapReduce"))