mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Fix compiling issue of MSVC
This commit is contained in:
parent
27947d85f7
commit
9e6bdc377f
@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "util/numeric.h"
|
#include "util/numeric.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
#include "util/mathconstants.h"
|
||||||
|
|
||||||
NoiseParams nparams_biome_def_heat =
|
NoiseParams nparams_biome_def_heat =
|
||||||
{50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70};
|
{50, 50, v3f(500.0, 500.0, 500.0), 5349, 3, 0.70};
|
||||||
|
Loading…
Reference in New Issue
Block a user