Merge pull request #305 from riggaroo/patch-1

Fix spelling mistake with 09
This commit is contained in:
Patricio Gonzalez Vivo 2020-08-04 15:12:40 -07:00 committed by GitHub
commit 55cb7839a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ void main() {
vec3 color = vec3(0.0);
st *= 3.0; // Scale up the space by 3
st = fract(st); // Wrap arround 1.0
st = fract(st); // Wrap around 1.0
// Now we have 3 spaces that goes from 0-1