I have been working on a 2d perlin noise terrain generator, but somehow I keep getting these weird flat spots here is the code I use to generate the noise (Amplitude * Mathf.PerlinNoise((X / Frequency) + 0.5f, Seed + (o * 0.75f))); here is the code with numbers (25 * Mathf.PerlinNoise((X / 50) + 0.5f, 56700 + (0 * 0.75f))); is that normal or am I doing something wrong?
Result: Imgur: The magic of the Internet