Better previews

This commit is contained in:
Anuken
2020-02-26 14:44:06 -05:00
parent a1fd621eb6
commit fdaac290ac
7 changed files with 113 additions and 20 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ precision mediump float;
varying vec4 v_col;
void main(){
gl_FragColor = v_col;
gl_FragColor = v_col;
}