mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-10-31 21:00:51 +01:00
made perlin comment into doc instead
This commit is contained in:
parent
898ab86f4c
commit
cec3151ed0
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
namespace MLEM.Noise {
|
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 {
|
public static class Perlin {
|
||||||
|
|
||||||
private static readonly int[] P;
|
private static readonly int[] P;
|
||||||
|
|
Loading…
Reference in a new issue