mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Remove stray brace
This commit is contained in:
parent
8ab95ebe9d
commit
185782a2e7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue