Ver código fonte

Fixed scalemode initialization

master
Bert 14 anos atrás
pai
commit
ab480ecc47
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app.c

+ 1
- 1
app.c Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar