mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-28 11:45:29 +01:00
Noise: Create a deep copy of NoiseParams
This commit is contained in:
@@ -122,7 +122,7 @@ struct NoiseParams {
|
||||
|
||||
class Noise {
|
||||
public:
|
||||
NoiseParams *np;
|
||||
NoiseParams np;
|
||||
int seed;
|
||||
int sx;
|
||||
int sy;
|
||||
|
||||
Reference in New Issue
Block a user