Fixed scalemode initialization
This commit is contained in:
parent
544fd83718
commit
ab480ecc47
2
app.c
2
app.c
|
@ -29,7 +29,7 @@ void app_init(app_t *app) {
|
||||||
app->fileidx = 0;
|
app->fileidx = 0;
|
||||||
|
|
||||||
app->img.zoom = 100;
|
app->img.zoom = 100;
|
||||||
app->img.scalemode = SCALE_DOWN;
|
app->img.scalemode = SCALE_MODE;
|
||||||
|
|
||||||
app->win.w = WIN_WIDTH;
|
app->win.w = WIN_WIDTH;
|
||||||
app->win.h = WIN_HEIGHT;
|
app->win.h = WIN_HEIGHT;
|
||||||
|
|
Loading…
Reference in New Issue