Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2021-09-28 11:28:58 -04:00
2 changed files with 1 additions and 3 deletions

View File

@@ -14,8 +14,6 @@ uniform float u_time;
varying vec2 v_texCoords;
const float shakeScl = 20.0;
void main(){
vec2 c = v_texCoords.xy;
vec2 coords = vec2(c.x * u_resolution.x + u_campos.x, c.y * u_resolution.y + u_campos.y);