From 705a24f80b8e59a905ac5a31de2ea7aa6dce16f0 Mon Sep 17 00:00:00 2001 From: Stefan Gustavson Date: Fri, 13 May 2016 18:33:18 +0200 Subject: [PATCH] Point to new repo URL --- src/noise2D.glsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/noise2D.glsl b/src/noise2D.glsl index cf99353..2c7a4d9 100644 --- a/src/noise2D.glsl +++ b/src/noise2D.glsl @@ -1,11 +1,12 @@ // // Description : Array and textureless GLSL 2D simplex noise function. // Author : Ian McEwan, Ashima Arts. -// Maintainer : ijm +// Maintainer : stegu // Lastmod : 20110822 (ijm) // License : Copyright (C) 2011 Ashima Arts. All rights reserved. // Distributed under the MIT License. See LICENSE file. // https://github.com/ashima/webgl-noise +// https://github.com/stegu/webgl-noise // vec3 mod289(vec3 x) {