mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Noise: Create a deep copy of NoiseParams
This commit is contained in:
parent
88c28414f4
commit
fb2bc956b1
9 changed files with 91 additions and 91 deletions
|
@ -122,7 +122,7 @@ struct NoiseParams {
|
|||
|
||||
class Noise {
|
||||
public:
|
||||
NoiseParams *np;
|
||||
NoiseParams np;
|
||||
int seed;
|
||||
int sx;
|
||||
int sy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue