mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Set the BS constant to be floating-point; this removes the need for floating point numbers when dividing it
This commit is contained in:
@@ -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
|
||||
/*
|
||||
|
Reference in New Issue
Block a user