mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-05 03:22:32 +01:00
wlbg shader properly animates
This commit is contained in:
parent
e0374029a0
commit
cde61b4cbd
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ void main()
|
|||
//get coords and direction
|
||||
vec2 uv = fragCoord.xy + 0.5;
|
||||
vec3 dir = vec3(uv * zoom, 1.);
|
||||
float time = time * speed + .25;
|
||||
|
||||
float coord_scale = 1.;
|
||||
|
||||
|
|
Loading…
Reference in a new issue