Point to new repo URL

This commit is contained in:
Stefan Gustavson 2016-05-13 18:30:40 +02:00
parent 4c68392fc4
commit 0779ab38b4

View File

@ -4,7 +4,7 @@
// Copyright (c) Stefan Gustavson 2011-04-19. All rights reserved.
// This code is released under the conditions of the MIT license.
// See LICENSE file for details.
// https://github.com/ashima/webgl-noise
// https://github.com/stegu/webgl-noise
// Modulo 289 without a division (only multiplications)
vec3 mod289(vec3 x) {