Removed spaces in brackets

This commit is contained in:
summetdev
2020-10-27 21:54:48 +03:00
parent a78faa57f3
commit 9a7e0fb45e
17 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ uniform mat4 u_trans;
varying vec4 v_col;
varying vec4 v_position;
void main() {
void main(){
gl_Position = u_proj * u_trans * a_position;
v_col = a_color;
v_position = a_position;