Fix comment indentation

This commit is contained in:
Tristan Daniël Maat 2022-08-12 22:59:50 +01:00
parent e64644e0af
commit ed80030d3d
Signed by: tlater
GPG key ID: 49670FD774E43268
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#version 300 es #version 300 es
//FRAGMENT SHADER // FRAGMENT SHADER
// //
// Basic fragment shader, just passes along colors, we don't do much // Basic fragment shader, just passes along colors, we don't do much
// with textures or anything else complex in this project. // with textures or anything else complex in this project.