diff options
Diffstat (limited to 'src/noise.h')
-rw-r--r-- | src/noise.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/noise.h b/src/noise.h index a7212a298..66be8db93 100644 --- a/src/noise.h +++ b/src/noise.h @@ -122,7 +122,7 @@ struct NoiseParams { class Noise { public: - NoiseParams *np; + NoiseParams np; int seed; int sx; int sy; |