mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix compiling issue of MSVC
This commit is contained in:
parent
27947d85f7
commit
9e6bdc377f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue