Fix comment indentation

pull/6/head
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
//FRAGMENT SHADER
// FRAGMENT SHADER
//
// Basic fragment shader, just passes along colors, we don't do much
// with textures or anything else complex in this project.