mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02: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