We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b194a1b commit a28540eCopy full SHA for a28540e
kitty/shaders.c
@@ -224,7 +224,7 @@ void before_render() {
224
void after_render(double pixels) {
225
// second pass
226
glBindFramebuffer(GL_FRAMEBUFFER, 0); // back to default
227
- glClearColor(1.0f, 1.0f, 1.0f, 1.0f);
+ glClearColor(0.5f, 0.5f, 0.5f, 1.0f);
228
glClear(GL_COLOR_BUFFER_BIT);
229
230
printf("%f\n", pixels);
0 commit comments