mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01: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