Point to new repo URL

This commit is contained in:
Stefan Gustavson 2016-05-13 18:29:58 +02:00
parent 4d4f1f5cea
commit b3ea936c28

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) {