Remove stray brace

This commit is contained in:
Grant Sanderson
2021-11-01 13:05:13 -07:00
parent 8ab95ebe9d
commit 185782a2e7

View File

@ -3,7 +3,7 @@
#INSERT camera_uniform_declarations.glsl
in vec4 color;
in float fill_all; // Either 0 or 1e
in float fill_all; // Either 0 or 1
in float uv_anti_alias_width;
in vec3 xyz_coords;