From cec3151ed05bb7ff254fedf2280d6a2aa516f905 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 3 Sep 2019 18:31:52 +0200 Subject: [PATCH] made perlin comment into doc instead --- MLEM/Noise/Perlin.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;