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 3fa5c5d commit 665edc5Copy full SHA for 665edc5
kitty/shaders.c
@@ -227,7 +227,7 @@ void after_render(double pixels) {
227
glClearColor(0.5f, 0.5f, 0.5f, 1.0f);
228
glClear(GL_COLOR_BUFFER_BIT);
229
230
- printf("%f\n", pixels);
+ //printf("%f\n", pixels);
231
bind_program(SCROLL_PROGRAM);
232
glUniform1f(glGetUniformLocation(program_id(SCROLL_PROGRAM), "offset"), pixels);
233
glBindVertexArray(quadVAO);
0 commit comments