Skip to content

Commit d0f6399

Browse files
dxxbbuserror
authored andcommitted
ssd1306: remove stray glBegin(GL_QUADS) call
1 parent d1d1787 commit d0f6399

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/parts/ssd1306_glut.c

-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ ssd1306_gl_draw (ssd1306_t *part)
170170

171171
glEnable (GL_BLEND);
172172
glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
173-
glBegin (GL_QUADS);
174173

175174
// Draw background
176175
float opacity = ssd1306_gl_get_pixel_opacity (part->contrast_register);

0 commit comments

Comments
 (0)