summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.h b/src/constants.h
index 9ba10b51c..a7cf1709b 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -50,7 +50,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MAP_GENERATION_LIMIT (31000)
// Size of node in rendering units
-#define BS 10
+#define BS (10.0)
#define MAP_BLOCKSIZE 16
/*