Point to new repo URL

master
Stefan Gustavson 2016-05-13 18:30:19 +02:00
parent b3ea936c28
commit 4c68392fc4
1 changed files with 1 additions and 1 deletions

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)
vec2 mod289(vec2 x) {