mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Cleanup various headers to reduce compilation times (#6255)
* Cleanup various headers to reduce compilation times
This commit is contained in:
parent
816bca32ac
commit
85511a642f
51 changed files with 94 additions and 84 deletions
|
@ -111,7 +111,7 @@ struct NoiseParams {
|
|||
float lacunarity = 2.0f;
|
||||
u32 flags = NOISE_FLAG_DEFAULTS;
|
||||
|
||||
NoiseParams() {}
|
||||
NoiseParams() = default;
|
||||
|
||||
NoiseParams(float offset_, float scale_, v3f spread_, s32 seed_,
|
||||
u16 octaves_, float persist_, float lacunarity_,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue