Fix spelling mistake

This commit is contained in:
Rebecca Franks 2020-08-04 12:59:39 +02:00 committed by GitHub
parent f2d2adb085
commit 4d35e9116c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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