1
0
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:
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;