mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-11 13:10:57 +00:00
Merge pull request #305 from riggaroo/patch-1
Fix spelling mistake with 09
This commit is contained in:
commit
55cb7839a1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user