Explorar el Código

Do not smooth the render time; the calling application can do it.

tags/v0.99.beta17
Sam Hocevar sam hace 15 años
padre
commit
b0a88ddd01
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      caca/graphics.c

+ 2
- 2
caca/graphics.c Ver fichero

@@ -173,8 +173,8 @@ int caca_refresh_display(caca_display_t *dp)
_caca_sleep(IDLE_USEC);
}

/* Update the sliding mean of the render time */
dp->rendertime = (7 * dp->rendertime + ticks) / 8;
/* Update the render time */
dp->rendertime = ticks;

dp->lastticks = ticks - dp->delay;



Cargando…
Cancelar
Guardar