1
0
Fork 0
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:
kwolekr 2014-12-10 00:37:09 -05:00
parent 88c28414f4
commit fb2bc956b1
9 changed files with 91 additions and 91 deletions

View file

@ -122,7 +122,7 @@ struct NoiseParams {
class Noise {
public:
NoiseParams *np;
NoiseParams np;
int seed;
int sx;
int sy;