Explorar el Código

* Fixed truecolor bug in OpenGL driver.

tags/v0.99.beta14
Jean-Yves Lamoureux jylam hace 18 años
padre
commit
921016181f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      caca/driver_gl.c

+ 1
- 1
caca/driver_gl.c Ver fichero

@@ -279,7 +279,7 @@ static void gl_display(caca_display_t *dp)
/* 2nd pass, avoids changing render state too much */
glEnable(GL_TEXTURE_2D);
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA,GL_ONE);
glBlendFunc(GL_SRC_ALPHA,GL_ONE_MINUS_SRC_ALPHA);

line = 0;
for(y = 0; y < dp->drv.p->height; y += dp->drv.p->font_height, line++)


Cargando…
Cancelar
Guardar