Explorar el Código

Fixed scalemode initialization

master
Bert hace 14 años
padre
commit
ab480ecc47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app.c

+ 1
- 1
app.c Ver fichero

@@ -29,7 +29,7 @@ void app_init(app_t *app) {
app->fileidx = 0;

app->img.zoom = 100;
app->img.scalemode = SCALE_DOWN;
app->img.scalemode = SCALE_MODE;

app->win.w = WIN_WIDTH;
app->win.h = WIN_HEIGHT;


Cargando…
Cancelar
Guardar