spelling: all

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-22 17:48:58 -05:00
parent 3ab63e16df
commit 42c5ad78bb
13 changed files with 13 additions and 13 deletions

View File

@@ -3,5 +3,5 @@ out vec4 FragColor;
void main()
{
FragColor = vec4(1.0); // set alle 4 vector values to 1.0
FragColor = vec4(1.0); // set all 4 vector values to 1.0
}