From ddd57d33325ba710b52135146587497d7fa4145f Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 25 Oct 2014 12:32:14 +0200 Subject: [PATCH] Tools/Map extractor: Restored default configuration to make maps smaller at the cost of height data precision --- src/tools/map_extractor/System.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 1500273a51c..2d5c21d1519 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -89,7 +89,7 @@ bool CONF_allow_height_limit = true; float CONF_use_minHeight = -500.0f; // This option allow use float to int conversion -bool CONF_allow_float_to_int = false; +bool CONF_allow_float_to_int = true; float CONF_float_to_int8_limit = 2.0f; // Max accuracy = val/256 float CONF_float_to_int16_limit = 2048.0f; // Max accuracy = val/65536 float CONF_flat_height_delta_limit = 0.005f; // If max - min less this value - surface is flat