1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-31 20:33:38 +02:00

made perlin comment into doc instead

This commit is contained in:
Ellpeck 2019-09-03 18:31:52 +02:00
parent 898ab86f4c
commit cec3151ed0

View file

@ -1,5 +1,7 @@
namespace MLEM.Noise {
// The code in this class is based on https://gist.github.com/Flafla2/1a0b9ebef678bbce3215
/// <summary>
/// The code in this class is based on https://gist.github.com/Flafla2/1a0b9ebef678bbce3215
/// </summary>
public static class Perlin {
private static readonly int[] P;