Replace tabs by 4 spaces

This commit is contained in:
raysan5
2021-01-25 17:53:04 +01:00
parent f3ce3a6f74
commit 65b299c6cf
20 changed files with 309 additions and 309 deletions

View File

@ -15,7 +15,7 @@ out vec4 finalColor;
const vec2 size = vec2(800, 450); // render size
const float samples = 5.0; // pixels per axis; higher = bigger glow, worse performance
const float quality = 2.5; // lower = smaller glow, better quality
const float quality = 2.5; // lower = smaller glow, better quality
void main()
{