diff --git a/MLEM/Noise/Perlin.cs b/MLEM/Noise/Perlin.cs index 89a3b8c..81e202c 100644 --- a/MLEM/Noise/Perlin.cs +++ b/MLEM/Noise/Perlin.cs @@ -1,5 +1,7 @@ namespace MLEM.Noise { - // The code in this class is based on https://gist.github.com/Flafla2/1a0b9ebef678bbce3215 + /// + /// The code in this class is based on https://gist.github.com/Flafla2/1a0b9ebef678bbce3215 + /// public static class Perlin { private static readonly int[] P;