diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-30 12:01:31 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-30 12:01:31 -0400 |
| commit | b0aadeeffa84efecf3e2ef92407f3be7c71545d0 (patch) | |
| tree | b7fffeba3555cf4b6eb22792413d7b7a83fef999 /balls.frag | |
| parent | 82cff2f488165191dd3abaad663e807aec71166a (diff) | |
| download | balls-b0aadeeffa84efecf3e2ef92407f3be7c71545d0.zip | |
ball colorss
Diffstat (limited to 'balls.frag')
| -rw-r--r-- | balls.frag | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ out vec4 out_color; void main(void) { - out_color = vec4(0.0, 0.0, 1.0, 1.0); + out_color = vec4(new_color, 1.0); } |